just badonk is shorter
This commit is contained in:
parent
7d9dcb9114
commit
dac45c8af9
|
@ -4,7 +4,7 @@ changelog
|
||||||
|
|
||||||
--- Add Reactions.
|
--- Add Reactions.
|
||||||
|
|
||||||
+++ Rename reactions to badonkadonks.
|
+++ Rename react to badonk
|
||||||
|
|
||||||
+ Quick fix to hide all images.
|
+ 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
|
Untag will hide further replies to the selected post, but without muting the
|
||||||
entire thread.
|
entire thread.
|
||||||
Replies higher in the tree are still received.
|
Replies higher in the tree are still received.
|
||||||
.It Ic badonkadonk
|
.It Ic badonk
|
||||||
Please no.
|
Please no.
|
||||||
.It Ic edit
|
.It Ic edit
|
||||||
Change it up.
|
Change it up.
|
||||||
|
|
|
@ -122,9 +122,9 @@ in reply to: <a href="{{ .RID }}" rel=noreferrer>{{ .RID }}</a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<button><a href="/edit?xid={{ .Honk.XID }}">edit</a></button>
|
<button><a href="/edit?xid={{ .Honk.XID }}">edit</a></button>
|
||||||
{{ if .Honk.IsReacted }}
|
{{ if .Honk.IsReacted }}
|
||||||
<button disabled>badonkadonked</button>
|
<button disabled>badonked</button>
|
||||||
{{ else }}
|
{{ else }}
|
||||||
<button onclick="return flogit(this, 'react', '{{ .Honk.XID }}');">badonkadonk</button>
|
<button onclick="return flogit(this, 'react', '{{ .Honk.XID }}');">badonk</button>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
</details>
|
</details>
|
||||||
|
|
Loading…
Reference in New Issue