##// END OF EJS Templates
gitweb: correct tags page feed autodiscovery links
Dirkjan Ochtman -
r7046:fe71e5a1 default
parent child Browse files
Show More
@@ -1,28 +1,28 b''
1 1 #header#
2 2 <title>#repo|escape#: Tags</title>
3 3 <link rel="alternate" type="application/atom+xml"
4 href="{url}atom-log" title="Atom feed for #repo|escape#"/>
4 href="{url}atom-tags" title="Atom feed for #repo|escape#"/>
5 5 <link rel="alternate" type="application/rss+xml"
6 href="{url}rss-log" title="RSS feed for #repo|escape#"/>
6 href="{url}rss-tags" title="RSS feed for #repo|escape#"/>
7 7 </head>
8 8 <body>
9 9
10 10 <div class="page_header">
11 11 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">#repo|escape#</a> / tags
12 12 </div>
13 13
14 14 <div class="page_nav">
15 15 <a href="{url}summary{sessionvars%urlparameter}">summary</a> |
16 16 <a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> |
17 17 <a href="{url}log{sessionvars%urlparameter}">changelog</a> |
18 18 tags |
19 19 <a href="{url}file/#node|short#{sessionvars%urlparameter}">files</a>
20 20 <br/>
21 21 </div>
22 22
23 23 <div class="title">&nbsp;</div>
24 24 <table cellspacing="0">
25 25 #entries%tagentry#
26 26 </table>
27 27
28 28 #footer#
General Comments 0
You need to be logged in to leave comments. Login now