about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-09-01 20:33:22 +0000
committerEric Wong <e@80x24.org>2015-09-01 20:34:49 +0000
commitedc74420a45d7d2f9c1400bf05c1ef6fef115e4a (patch)
treeda4f99377408d6d54e3eb2a634f9af6d60306880
parentfc7909beed9c8767ac66910727d5fca18d52ff81 (diff)
downloadpublic-inbox-edc74420a45d7d2f9c1400bf05c1ef6fef115e4a.tar.gz
Hopefully make it more obvious we're downloading or following
just one thread and not everything else.
-rw-r--r--lib/PublicInbox/View.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm
index 29888f95..116f36e7 100644
--- a/lib/PublicInbox/View.pm
+++ b/lib/PublicInbox/View.pm
@@ -161,8 +161,8 @@ 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>\n";
-        $next .= "download: <a\nhref=\"../t.mbox.gz\">mbox.gz</a>";
-        $next .= " / <a\nhref=\"../t.atom\">Atom feed</a>\n\n";
+        $next .= "download thread: <a\nhref=\"../t.mbox.gz\">mbox.gz</a>";
+        $next .= " / follow: <a\nhref=\"../t.atom\">Atom feed</a>\n\n";
         $fh->write("<hr />" . PRE_WRAP . $next . $foot .
                    "</pre></body></html>");
         $fh->close;