all repos — honk @ 821a5dfccb9c15a662b42cb10a2a7c173dcc4355

my fork of honk

not ready to make badonks optional
Ted Unangst tedu@tedunangst.com
Fri, 07 Feb 2020 12:00:06 -0500
commit

821a5dfccb9c15a662b42cb10a2a7c173dcc4355

parent

19c378bc7792eb16f8b5b3d15c82110905946596

1 files changed, 0 insertions(+), 3 deletions(-)

jump to
M views/honk.htmlviews/honk.html

@@ -2,7 +2,6 @@ <article class="honk {{ .Honk.Style }}" data-convoy="{{ .Honk.Convoy }}">

{{ $bonkcsrf := .BonkCSRF }} {{ $IsPreview := .IsPreview }} {{ $maplink := .MapLink }} -{{ $hasbadonk := .HasBadonk }} {{ with .Honk }} <header> {{ if $bonkcsrf }}

@@ -122,12 +121,10 @@ {{ else }}

<button onclick="return flogit(this, 'untag', '{{ .Honk.XID }}');">untag me</button> {{ end }} <button><a href="/edit?xid={{ .Honk.XID }}">edit</a></button> -{{ if $hasbadonk }} {{ if .Honk.IsReacted }} <button disabled>badonkadonked</button> {{ else }} <button onclick="return flogit(this, 'react', '{{ .Honk.XID }}');">badonkadonk</button> -{{ end }} {{ end }} </div> </details>