]> Sergey Matveev's repositories - public-inbox.git/commitdiff
view: rename "permalink" to "threadlink"
authorEric Wong <e@80x24.org>
Sun, 2 Nov 2014 01:44:30 +0000 (01:44 +0000)
committerEric Wong <e@80x24.org>
Sun, 2 Nov 2014 01:47:03 +0000 (01:47 +0000)
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.

lib/PublicInbox/View.pm

index 2e70d25ad083aeb7e18fcdcfc10bb6b6e375a05d..b943c4ce5e7b8c707aa7ab2074ff9c44ce89ce6c 100644 (file)
@@ -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";
 }