# HG changeset patch # User Anton Shestakov # Date 1451384249 -28800 # Node ID ee7ef831df10370c17ab64ebb52d9b59c1add2e9 # Parent 435c906829b899d4c406407c7a45a0aabb5f9240 gitweb: describe feed type in links on /branches, /tags and /bookmarks diff --git a/mercurial/templates/gitweb/bookmarks.tmpl b/mercurial/templates/gitweb/bookmarks.tmpl --- a/mercurial/templates/gitweb/bookmarks.tmpl +++ b/mercurial/templates/gitweb/bookmarks.tmpl @@ -1,9 +1,9 @@ {header} {repo|escape}: Bookmarks + href="{url|urlescape}atom-bookmarks" title="Atom feed for {repo|escape}: bookmarks"/> + href="{url|urlescape}rss-bookmarks" title="RSS feed for {repo|escape}: bookmarks"/> diff --git a/mercurial/templates/gitweb/branches.tmpl b/mercurial/templates/gitweb/branches.tmpl --- a/mercurial/templates/gitweb/branches.tmpl +++ b/mercurial/templates/gitweb/branches.tmpl @@ -1,9 +1,9 @@ {header} {repo|escape}: Branches + href="{url|urlescape}atom-branches" title="Atom feed for {repo|escape}: branches"/> + href="{url|urlescape}rss-branches" title="RSS feed for {repo|escape}: branches"/> diff --git a/mercurial/templates/gitweb/tags.tmpl b/mercurial/templates/gitweb/tags.tmpl --- a/mercurial/templates/gitweb/tags.tmpl +++ b/mercurial/templates/gitweb/tags.tmpl @@ -1,9 +1,9 @@ {header} {repo|escape}: Tags + href="{url|urlescape}atom-tags" title="Atom feed for {repo|escape}: tags"/> + href="{url|urlescape}rss-tags" title="RSS feed for {repo|escape}: tags"/>