gitweb: describe feed type in links on /branches, /tags and /bookmarks
authorAnton Shestakov <av6@dwimlabs.net>
Tue, 29 Dec 2015 18:17:29 +0800
changeset 27549 ee7ef831df10
parent 27548 435c906829b8
child 27550 1a2a3b04e0cb
gitweb: describe feed type in links on /branches, /tags and /bookmarks
mercurial/templates/gitweb/bookmarks.tmpl
mercurial/templates/gitweb/branches.tmpl
mercurial/templates/gitweb/tags.tmpl
--- a/mercurial/templates/gitweb/bookmarks.tmpl	Tue Dec 29 18:16:09 2015 +0800
+++ b/mercurial/templates/gitweb/bookmarks.tmpl	Tue Dec 29 18:17:29 2015 +0800
@@ -1,9 +1,9 @@
 {header}
 <title>{repo|escape}: Bookmarks</title>
 <link rel="alternate" type="application/atom+xml"
-   href="{url|urlescape}atom-bookmarks" title="Atom feed for {repo|escape}"/>
+   href="{url|urlescape}atom-bookmarks" title="Atom feed for {repo|escape}: bookmarks"/>
 <link rel="alternate" type="application/rss+xml"
-   href="{url|urlescape}rss-bookmarks" title="RSS feed for {repo|escape}"/>
+   href="{url|urlescape}rss-bookmarks" title="RSS feed for {repo|escape}: bookmarks"/>
 </head>
 <body>
 
--- a/mercurial/templates/gitweb/branches.tmpl	Tue Dec 29 18:16:09 2015 +0800
+++ b/mercurial/templates/gitweb/branches.tmpl	Tue Dec 29 18:17:29 2015 +0800
@@ -1,9 +1,9 @@
 {header}
 <title>{repo|escape}: Branches</title>
 <link rel="alternate" type="application/atom+xml"
-   href="{url|urlescape}atom-branches" title="Atom feed for {repo|escape}"/>
+   href="{url|urlescape}atom-branches" title="Atom feed for {repo|escape}: branches"/>
 <link rel="alternate" type="application/rss+xml"
-   href="{url|urlescape}rss-branches" title="RSS feed for {repo|escape}"/>
+   href="{url|urlescape}rss-branches" title="RSS feed for {repo|escape}: branches"/>
 </head>
 <body>
 
--- a/mercurial/templates/gitweb/tags.tmpl	Tue Dec 29 18:16:09 2015 +0800
+++ b/mercurial/templates/gitweb/tags.tmpl	Tue Dec 29 18:17:29 2015 +0800
@@ -1,9 +1,9 @@
 {header}
 <title>{repo|escape}: Tags</title>
 <link rel="alternate" type="application/atom+xml"
-   href="{url|urlescape}atom-tags" title="Atom feed for {repo|escape}"/>
+   href="{url|urlescape}atom-tags" title="Atom feed for {repo|escape}: tags"/>
 <link rel="alternate" type="application/rss+xml"
-   href="{url|urlescape}rss-tags" title="RSS feed for {repo|escape}"/>
+   href="{url|urlescape}rss-tags" title="RSS feed for {repo|escape}: tags"/>
 </head>
 <body>