Mercurial > hg
changeset 27550:1a2a3b04e0cb
monoblue: correct feed links on /branches, /tags and /bookmarks
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Tue, 29 Dec 2015 01:40:34 +0800 |
parents | ee7ef831df10 |
children | 822927d4d930 |
files | mercurial/templates/monoblue/bookmarks.tmpl mercurial/templates/monoblue/branches.tmpl mercurial/templates/monoblue/tags.tmpl |
diffstat | 3 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/templates/monoblue/bookmarks.tmpl Tue Dec 29 18:17:29 2015 +0800 +++ b/mercurial/templates/monoblue/bookmarks.tmpl Tue Dec 29 01:40:34 2015 +0800 @@ -1,7 +1,7 @@ {header} <title>{repo|escape}: Bookmarks</title> - <link rel="alternate" type="application/atom+xml" href="{url|urlescape}atom-log" title="Atom feed for {repo|escape}"/> - <link rel="alternate" type="application/rss+xml" href="{url|urlescape}rss-log" title="RSS feed for {repo|escape}"/> + <link rel="alternate" type="application/atom+xml" 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}: bookmarks"/> </head> <body>
--- a/mercurial/templates/monoblue/branches.tmpl Tue Dec 29 18:17:29 2015 +0800 +++ b/mercurial/templates/monoblue/branches.tmpl Tue Dec 29 01:40:34 2015 +0800 @@ -1,7 +1,7 @@ {header} <title>{repo|escape}: Branches</title> - <link rel="alternate" type="application/atom+xml" href="{url|urlescape}atom-branches" title="Atom feed for {repo|escape}"/> - <link rel="alternate" type="application/rss+xml" href="{url|urlescape}rss-branches" title="RSS feed for {repo|escape}"/> + <link rel="alternate" type="application/atom+xml" 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}: branches"/> </head> <body>
--- a/mercurial/templates/monoblue/tags.tmpl Tue Dec 29 18:17:29 2015 +0800 +++ b/mercurial/templates/monoblue/tags.tmpl Tue Dec 29 01:40:34 2015 +0800 @@ -1,7 +1,7 @@ {header} <title>{repo|escape}: Tags</title> - <link rel="alternate" type="application/atom+xml" href="{url|urlescape}atom-log" title="Atom feed for {repo|escape}"/> - <link rel="alternate" type="application/rss+xml" href="{url|urlescape}rss-log" title="RSS feed for {repo|escape}"/> + <link rel="alternate" type="application/atom+xml" 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}: tags"/> </head> <body>