##// END OF EJS Templates
Move RSS theme into subdirectory
Move RSS theme into subdirectory

File last commit:

r3205:48395d26 default
r3235:e281903c default
Show More
tags.tmpl
21 lines | 458 B | application/x-cheetah | CheetahLexer
mpm@selenic.com
hgweb: actually commit the tags template
r169 #header#
Thomas Arendsen Hein
Always escape repository name in hgweb, very important in notfound.tmpl.
r1549 <title>#repo|escape#: tags</title>
Peter van Dijk
add rss link to tags page
r1768 <link rel="alternate" type="application/rss+xml"
href="?cmd=tags;style=rss" title="RSS feed for #repo|escape#: tags">
mpm@selenic.com
hgweb: actually commit the tags template
r169 </head>
<body>
<div class="buttons">
Matt Mackall
hgweb: fix broken tags->changelog link
r1419 <a href="?cl=tip">changelog</a>
Josef "Jeff" Sipek
[hgweb] links to shortlog for the default templates
r2687 <a href="?sl=tip">shortlog</a>
Brendan Cully
hgweb: kill #manifest#
r3205 <a href="?mf=#node|short#;path=/">manifest</a>
Peter van Dijk
add rss link to tags page
r1768 <a type="application/rss+xml" href="?cmd=tags;style=rss">rss</a>
mpm@selenic.com
hgweb: actually commit the tags template
r169 </div>
<h2>tags:</h2>
mpm@selenic.com
[PATCH] Tags template cleanup...
r586 <ul id="tagEntries">
Josef "Jeff" Sipek
Added support for #foo%bar# syntax...
r974 #entries%tagentry#
mpm@selenic.com
[PATCH] Tags template cleanup...
r586 </ul>
mpm@selenic.com
hgweb: actually commit the tags template
r169
#footer#