just badonk is shorter
This commit is contained in:
parent
7d9dcb9114
commit
dac45c8af9
|
@ -4,7 +4,7 @@ changelog
|
|||
|
||||
--- Add Reactions.
|
||||
|
||||
+++ Rename reactions to badonkadonks.
|
||||
+++ Rename react to badonk
|
||||
|
||||
+ Quick fix to hide all images.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue