From 9411a741d7cb7f090a576aacfd70e271a4815997 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 23 Jan 2024 22:09:00 +0000 Subject: view: /$INBOX/ links to topics_{new,active}.html This makes the new endpoints easier-to-find. The navigation is still at the bottom of the page since I figured having it at the top is too cluttered for users on small terminals. --- lib/PublicInbox/View.pm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm index 9d4262c1..697535ff 100644 --- a/lib/PublicInbox/View.pm +++ b/lib/PublicInbox/View.pm @@ -1201,7 +1201,11 @@ sub pagination_footer ($$) { $next = $next ? "$next | " : ' | '; $prev .= qq[ | latest]; } - ($next || $prev) ? "
" : ''; + my $rv = '
}; } sub paginate_recent ($$) { -- cgit v1.2.3-24-ge0c7