about summary refs log tree commit homepage
path: root/lib/PublicInbox/SearchView.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-05-31 09:14:44 +0000
committerEric Wong <e@80x24.org>2023-05-31 23:22:28 +0000
commit5ef68bbe5fc73580bc600b2046658d03f91c1f7d (patch)
tree128ed4e749f10323925d7f8864585e8f2cf1bb12 /lib/PublicInbox/SearchView.pm
parentbf25a0caf2e070d8f40ea2b5e4526f1626659f78 (diff)
downloadpublic-inbox-5ef68bbe5fc73580bc600b2046658d03f91c1f7d.tar.gz
I think just noting "options" is enough and the mbox download
buttons are visible enough at the top of the search results
pages.
Diffstat (limited to 'lib/PublicInbox/SearchView.pm')
-rw-r--r--lib/PublicInbox/SearchView.pm2
1 files changed, 1 insertions, 1 deletions
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{ | <a\nhref="?$rev">reverse</a>};
         exists($ctx->{ibx}) and
-                $rv .= q{ | sort options + mbox downloads <a href=#d>above</a></pre>};
+                $rv .= q{ | options <a href=#d>above</a></pre>};
         $rv;
 }