From 5ef68bbe5fc73580bc600b2046658d03f91c1f7d Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 31 May 2023 09:14:44 +0000 Subject: searchview: fix 80-column violation for "above" link I think just noting "options" is enough and the mbox download buttons are visible enough at the top of the search results pages. --- lib/PublicInbox/SearchView.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/PublicInbox/SearchView.pm') diff --git a/lib/PublicInbox/SearchView.pm b/lib/PublicInbox/SearchView.pm index 07fef40c..10a1ce40 100644 --- a/lib/PublicInbox/SearchView.pm +++ b/lib/PublicInbox/SearchView.pm @@ -276,7 +276,7 @@ sub search_nav_bot { # also used by WwwListing for searching extindex miscidx my $rev = $q->qs_html(o => $o < 0 ? 0 : -1); $rv .= qq{ | reverse}; exists($ctx->{ibx}) and - $rv .= q{ | sort options + mbox downloads above}; + $rv .= q{ | options above}; $rv; } -- cgit v1.2.3-24-ge0c7