From 02a8a6dfa6e039ea0df5641ccc250ff346ec0008 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 28 Apr 2014 20:45:42 +0000 Subject: feed: swap order of "next" and "head" links This is one less key stroke for somebody paging through the list history. --- lib/PublicInbox/Feed.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/PublicInbox/Feed.pm') diff --git a/lib/PublicInbox/Feed.pm b/lib/PublicInbox/Feed.pm index 0a08c7f2..e593aace 100644 --- a/lib/PublicInbox/Feed.pm +++ b/lib/PublicInbox/Feed.pm @@ -111,7 +111,7 @@ sub nav_footer { $head = $cgi->path_info; $head = qq!head!; } - "$head $next"; + "$next $head"; } sub each_recent_blob { -- cgit v1.2.3-24-ge0c7