From d90942eae05aaa37c7421495a41108b632634e73 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 2 Nov 2014 01:44:30 +0000 Subject: view: rename "permalink" to "threadlink" 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .= " parent"; } - $rv .= " permalink"; + $rv .= " threadlink"; $rv . "\n\n"; } -- cgit v1.2.3-24-ge0c7