just badonk is shorter

This commit is contained in:
Ted Unangst 2020-02-07 12:01:30 -05:00
parent 7d9dcb9114
commit dac45c8af9
3 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ changelog
--- Add Reactions.
+++ Rename reactions to badonkadonks.
+++ Rename react to badonk
+ Quick fix to hide all images.

View File

@ -126,7 +126,7 @@ Sometimes a thread goes on entirely too long.
Untag will hide further replies to the selected post, but without muting the
entire thread.
Replies higher in the tree are still received.
.It Ic badonkadonk
.It Ic badonk
Please no.
.It Ic edit
Change it up.

View File

@ -122,9 +122,9 @@ in reply to: <a href="{{ .RID }}" rel=noreferrer>{{ .RID }}</a>
{{ end }}
<button><a href="/edit?xid={{ .Honk.XID }}">edit</a></button>
{{ if .Honk.IsReacted }}
<button disabled>badonkadonked</button>
<button disabled>badonked</button>
{{ else }}
<button onclick="return flogit(this, 'react', '{{ .Honk.XID }}');">badonkadonk</button>
<button onclick="return flogit(this, 'react', '{{ .Honk.XID }}');">badonk</button>
{{ end }}
</div>
</details>