# HG changeset patch # User Anton Shestakov # Date 2015-12-29 10:16:09 # Node ID 435c906829b899d4c406407c7a45a0aabb5f9240 # Parent 1cbfeb1dc5aa5c807b6087d4954f32c831a645e7 gitweb: link to the correct feeds from help pages diff --git a/mercurial/templates/gitweb/help.tmpl b/mercurial/templates/gitweb/help.tmpl --- a/mercurial/templates/gitweb/help.tmpl +++ b/mercurial/templates/gitweb/help.tmpl @@ -1,9 +1,9 @@ {header} Help: {topic} + href="{url|urlescape}atom-log" title="Atom feed for {repo|escape}"/> + href="{url|urlescape}rss-log" title="RSS feed for {repo|escape}"/> diff --git a/mercurial/templates/gitweb/helptopics.tmpl b/mercurial/templates/gitweb/helptopics.tmpl --- a/mercurial/templates/gitweb/helptopics.tmpl +++ b/mercurial/templates/gitweb/helptopics.tmpl @@ -1,9 +1,9 @@ {header} Help: {title} + href="{url|urlescape}atom-log" title="Atom feed for {repo|escape}"/> + href="{url|urlescape}rss-log" title="RSS feed for {repo|escape}"/>