From 430a7799c319df9dcef0dae0a5aa0add0a40d6a1 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 30 Dec 2015 22:31:49 +0000 Subject: view: "thread" in per-message view goes back to /t/ Linking to the expanded thread page probably makes more sense as it avoid unnecessary scanning for the thread summary. --- lib/PublicInbox/View.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm index ad03cfe2..20400470 100644 --- a/lib/PublicInbox/View.pm +++ b/lib/PublicInbox/View.pm @@ -580,7 +580,8 @@ sub html_footer { $irt .= ' ' x length('next '); } if ($p || $next) { - $irt .= "thread "; + my $tpfx = $full_pfx ? '' : '../'; + $irt .= "thread "; } else { $irt .= ' ' x length('thread '); } -- cgit v1.2.3-24-ge0c7