From d408adef341c8fee1ec77bbe998af7be913ab058 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Mon, 9 Sep 2019 14:09:50 -0400 Subject: [PATCH] back to desc for alt --- views/honk.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/views/honk.html b/views/honk.html index 6eb83ab..cd31dcf 100644 --- a/views/honk.html +++ b/views/honk.html @@ -2,9 +2,9 @@ {{ $bonkcsrf := .BonkCSRF }} {{ with .Honk }}
-avatar + {{ if .Oonker }} -avatar + {{ end }}

{{ if $bonkcsrf }} @@ -47,7 +47,7 @@ in reply to: {{ .RID }} {{ if eq .Media "text/plain" }}

Attachment: {{ .Name }} {{ else }} -

{{ .Name }} +

{{ .Desc }} {{ end }} {{ else }} {{ if .XID }} @@ -56,7 +56,7 @@ in reply to: {{ .RID }} {{ if eq .Media "video/mp4" }}

{{ else }} -

{{ .Name }} +

{{ .Desc }} {{ end }} {{ end }} {{ end }}