about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-09-04 03:53:52 +0000
committerEric Wong <e@80x24.org>2015-09-04 03:53:52 +0000
commit2701bc7c796af5c9b1b0dac99e722742299e4d85 (patch)
treed407a6291a9b678cfe24e5a32a4a56b905a65c28 /lib
parent59d0535223c60cfa2697a2af60393d302dde4493 (diff)
downloadpublic-inbox-2701bc7c796af5c9b1b0dac99e722742299e4d85.tar.gz
We do not need to waste space with that link when
we have it conveniently placed where every message
is located.
Diffstat (limited to 'lib')
-rw-r--r--lib/PublicInbox/View.pm5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm
index bd174b1f..bb3afda7 100644
--- a/lib/PublicInbox/View.pm
+++ b/lib/PublicInbox/View.pm
@@ -196,11 +196,6 @@ sub emit_thread_html {
         my $next = "<a\nid=\"s$final_anchor\">";
         $next .= $final_anchor == 1 ? 'only message in' : 'end of';
         $next .= " thread</a>, back to <a\nhref=\"../../\">index</a>";
-        if ($flat) {
-                $next .= " [<a\nhref=\"../t/#u\">threaded</a>|<b>flat</b>]";
-        } else {
-                $next .= " [<b>threaded</b>|<a\nhref=\"../T/#u\">flat</a>]";
-        }
         $next .= "\ndownload thread: <a\nhref=\"../t.mbox.gz\">mbox.gz</a>";
         $next .= " / follow: <a\nhref=\"../t.atom\">Atom feed</a>";
         $cb->write("<hr />" . PRE_WRAP . $next . "\n\n". $foot .