all repos — honk @ 6a023c68af35f481cc88e2679b4945343e493a0e

my fork of honk

can't revert untag for now, but show status in button
Ted Unangst tedu@tedunangst.com
Mon, 04 Nov 2019 02:49:23 -0500
commit

6a023c68af35f481cc88e2679b4945343e493a0e

parent

ed9844170763dcc24e6b8d89a5a630bd682780c4

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

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

@@ -114,7 +114,11 @@ <button onclick="return flogit(this, 'unsave', '{{ .Honk.XID }}');">unsave</button>

{{ else }} <button onclick="return flogit(this, 'save', '{{ .Honk.XID }}');">save</button> {{ end }} +{{ if .Honk.IsUntagged }} +<button disabled>untagged</button> +{{ else }} <button onclick="return flogit(this, 'untag', '{{ .Honk.XID }}');">untag me</button> +{{ end }} <button><a href="/edit?xid={{ .Honk.XID }}">edit</a></button> </div> </details>