From f6eecc720abaefb954fda9a26aab78bb1d706ba4 Mon Sep 17 00:00:00 2001 From: FChannel <=> Date: Wed, 3 Feb 2021 23:50:10 -0800 Subject: sorted board list --- static/ncatalog.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'static/ncatalog.html') diff --git a/static/ncatalog.html b/static/ncatalog.html index a57e291..3638d95 100644 --- a/static/ncatalog.html +++ b/static/ncatalog.html @@ -15,11 +15,11 @@
{{ range .Posts }}
- {{ if eq $board.ModCred $board.Domain $board.Actor }} + {{ if eq $board.ModCred $board.Domain $board.Actor.Id }} [Delete Post] {{ end }} {{ if .Attachment }} - {{ if eq $board.ModCred $board.Domain $board.Actor }} + {{ if eq $board.ModCred $board.Domain $board.Actor.Id }} [Delete Attachment] {{ end }} @@ -74,7 +74,7 @@
{{ end }}
-- cgit v1.2.3