From 65e79e6a743f447f320595dafec530212a568b9d Mon Sep 17 00:00:00 2001 From: anomalous69 <81135357+anomalous69@users.noreply.github.com> Date: Tue, 12 Oct 2021 17:02:27 +1300 Subject: Move square brackets out of --- static/posts.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'static/posts.html') diff --git a/static/posts.html b/static/posts.html index 76db0cf..936ed58 100644 --- a/static/posts.html +++ b/static/posts.html @@ -10,13 +10,13 @@
{{ if eq $board.ModCred $board.Domain $board.Actor.Id }} - [Delete Post] + [Delete Post] {{ end }} {{ if .Attachment }} {{ if eq $board.ModCred $board.Domain $board.Actor.Id }} - [Ban Media] - [Delete Attachment] - [Mark Sensitive] + [Ban Media] + [Delete Attachment] + [Mark Sensitive] {{ end }} File: {{ shortImg (index .Attachment 0).Name }} ({{ convertSize (index .Attachment 0).Size }}) @@ -63,13 +63,13 @@
>>
{{ if eq $board.ModCred $board.Domain $board.Actor.Id }} - [Delete Post] + [Delete Post] {{ end }} {{ if .Attachment }} {{ if eq $board.ModCred $board.Domain $board.Actor.Id }} - [Ban Media] - [Delete Attachment] - [Mark Sensitive] + [Ban Media] + [Delete Attachment] + [Mark Sensitive] {{ end }} File {{ shortImg (index .Attachment 0).Name }} ({{ convertSize (index .Attachment 0).Size }}) -- cgit v1.2.3