From 5ee6d0a7bb85d7f28fe4f838150c17ecb6a9d1b7 Mon Sep 17 00:00:00 2001 From: FChannel <> Date: Sat, 4 Jun 2022 15:34:45 -0700 Subject: last few routes marked TODO should be done with them this weekend and all things `should` be working for the fiber transition. still have to test federation locally --- views/partials/post_nav.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views') diff --git a/views/partials/post_nav.html b/views/partials/post_nav.html index d999c35..1b5075b 100644 --- a/views/partials/post_nav.html +++ b/views/partials/post_nav.html @@ -1,7 +1,7 @@ {{ if ne .ReturnTo "catalog" }}
  • [Catalog]
  • {{ end }} -{{ if and (ne .ReturnTo "archive") (showArchive .Board.Actor) }} +{{ if and (ne .ReturnTo "archive") (ne .PostType "reply") (showArchive .Board.Actor) }}
  • [Archive]
  • {{ end }}
  • [Refresh]
  • -- cgit v1.2.3