cut this back out, not sure we want to go down this road

This commit is contained in:
Ted Unangst 2019-10-13 22:59:54 -04:00
parent 77617e06fb
commit abb8171e93
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ in reply to: <a href="{{ .RID }}" rel=noreferrer>{{ .RID }}</a>
{{ if .Honk.IsBonked }} {{ if .Honk.IsBonked }}
<button onclick="return unbonk(this, '{{ .Honk.XID }}');">unbonk</button> <button onclick="return unbonk(this, '{{ .Honk.XID }}');">unbonk</button>
{{ else }} {{ else }}
<button onclick="return bonk(this, '{{ .Honk.XID }}');"><a href="/bonk?xid={{ .Honk.XID }}&CSRF={{ $bonkcsrf }}">bonk</a></button> <button onclick="return bonk(this, '{{ .Honk.XID }}');">bonk</button>
{{ end }} {{ end }}
{{ else }} {{ else }}
<button disabled>nope</button> <button disabled>nope</button>