leave the bonk button, disabled, to keep everything in predictable places

This commit is contained in:
Ted Unangst 2019-06-27 12:04:44 -04:00
parent cb33c89706
commit e38165aa52
1 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,8 @@ in reply to: <a href="{{ .RID }}" rel=noreferrer>{{ .RID }}</a>
<p> <p>
{{ if .Honk.Public }} {{ if .Honk.Public }}
<button onclick="bonk(this, '{{ .Honk.XID }}');">bonk</button> <button onclick="bonk(this, '{{ .Honk.XID }}');">bonk</button>
{{ else }}
<button disabled>nope</button>
{{ end }} {{ end }}
<button onclick="showhonkform('{{ .Honk.XID }}', '{{ .Honk.Handle }}');">tonk</button> <button onclick="showhonkform('{{ .Honk.XID }}', '{{ .Honk.Handle }}');">tonk</button>
<button onclick="muteit(this, '{{ .Honk.Convoy }}');">mute</button> <button onclick="muteit(this, '{{ .Honk.Convoy }}');">mute</button>