try to trim buttons down to essentials
This commit is contained in:
parent
21baa9eaaa
commit
8dd2416998
|
@ -94,8 +94,7 @@ in reply to: <a href="{{ .RID }}" rel=noreferrer>{{ .RID }}</a>
|
||||||
{{ if and $bonkcsrf (not $IsPreview) }}
|
{{ if and $bonkcsrf (not $IsPreview) }}
|
||||||
<p>
|
<p>
|
||||||
<details class="actions">
|
<details class="actions">
|
||||||
<summary>Actions
|
<summary>Actions</summary>
|
||||||
</summary>
|
|
||||||
<div>
|
<div>
|
||||||
<p>
|
<p>
|
||||||
{{ if .Honk.Public }}
|
{{ if .Honk.Public }}
|
||||||
|
@ -109,6 +108,10 @@ in reply to: <a href="{{ .RID }}" rel=noreferrer>{{ .RID }}</a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<button onclick="return showhonkform(this, '{{ .Honk.XID }}', '{{ .Honk.Handle }}');"><a href="/newhonk?rid={{ .Honk.XID }}">honk back</a></button>
|
<button onclick="return showhonkform(this, '{{ .Honk.XID }}', '{{ .Honk.Handle }}');"><a href="/newhonk?rid={{ .Honk.XID }}">honk back</a></button>
|
||||||
<button onclick="return muteit(this, '{{ .Honk.Convoy }}');">mute</button>
|
<button onclick="return muteit(this, '{{ .Honk.Convoy }}');">mute</button>
|
||||||
|
<button onclick="return showelement('evenmore{{ .Honk.ID }}')">even more</button>
|
||||||
|
</div>
|
||||||
|
<div id="evenmore{{ .Honk.ID }}" style="display:none">
|
||||||
|
<p>
|
||||||
<button onclick="return zonkit(this, '{{ .Honk.XID }}');">zonk</button>
|
<button onclick="return zonkit(this, '{{ .Honk.XID }}');">zonk</button>
|
||||||
{{ if .Honk.IsAcked }}
|
{{ if .Honk.IsAcked }}
|
||||||
<button onclick="return flogit(this, 'deack', '{{ .Honk.XID }}');">deack</button>
|
<button onclick="return flogit(this, 'deack', '{{ .Honk.XID }}');">deack</button>
|
||||||
|
|
Loading…
Reference in New Issue