about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
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 .