]> Sergey Matveev's repositories - public-inbox.git/commitdiff
view: change wording to include "thread" in footer
authorEric Wong <e@80x24.org>
Tue, 1 Sep 2015 20:33:22 +0000 (20:33 +0000)
committerEric Wong <e@80x24.org>
Tue, 1 Sep 2015 20:34:49 +0000 (20:34 +0000)
Hopefully make it more obvious we're downloading or following
just one thread and not everything else.

lib/PublicInbox/View.pm

index 29888f95ee698a6556d608e9fbf4b782354ed046..116f36e732374fe62fc1b7ffe79d6677136d30ff 100644 (file)
@@ -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;