aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/partials/post_nav.html2
1 files changed, 1 insertions, 1 deletions
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" }}
<li>[<a href="/{{ .Board.Name }}/catalog">Catalog</a>]</li>
{{ end }}
-{{ if and (ne .ReturnTo "archive") (showArchive .Board.Actor) }}
+{{ if and (ne .ReturnTo "archive") (ne .PostType "reply") (showArchive .Board.Actor) }}
<li>[<a href="/{{ .Board.Name }}/archive">Archive</a>]</li>
{{ end }}
<li>[<a href="javascript:location.reload()">Refresh</a>]</li>