From: Eric Wong Date: Tue, 23 Jan 2024 22:09:00 +0000 (+0000) Subject: view: /$INBOX/ links to topics_{new,active}.html X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9411a741d7cb7f090a576aacfd70e271a4815997;p=thirdparty%2Fpublic-inbox.git 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. --- diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm index 9d4262c1c..697535ff6 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 ($$) {