about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-11-02 01:44:30 +0000
committerEric Wong <e@80x24.org>2014-11-02 01:47:03 +0000
commitd90942eae05aaa37c7421495a41108b632634e73 (patch)
tree7c473cf6709d79f1d80667d38495bc96a46864d0 /lib
parentdd4f0e17f40a9d77c48bb0e868efdc744401dc0c (diff)
downloadpublic-inbox-d90942eae05aaa37c7421495a41108b632634e73.tar.gz
These may not be permanent, after all.
Better threading support can be done for message views, so
and the current index layout is still too busy and suboptimal.
Diffstat (limited to 'lib')
-rw-r--r--lib/PublicInbox/View.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm
index 2e70d25a..b943c4ce 100644
--- a/lib/PublicInbox/View.pm
+++ b/lib/PublicInbox/View.pm
@@ -147,7 +147,7 @@ sub index_entry {
                 }
                 $rv .= " <a\nhref=\"$anchor\">parent</a>";
         }
-        $rv .= " <a\nhref=\"?r=$first#$name\">permalink</a>";
+        $rv .= " <a\nhref=\"?r=$first#$name\">threadlink</a>";
 
         $rv . "\n\n";
 }