cut this back out, not sure we want to go down this road
This commit is contained in:
parent
77617e06fb
commit
abb8171e93
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue