##// END OF EJS Templates
gitweb: fix link on file name in filenodelink
gitweb: fix link on file name in filenodelink

File last commit:

r3273:46188b95 default
r3356:fddb0ab6 default
Show More
tags.tmpl
21 lines | 489 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"
Brendan Cully
Update templates to use NewWebInterface
r3265 href="#url#rss-tags" title="RSS feed for #repo|escape#: tags">
mpm@selenic.com
hgweb: actually commit the tags template
r169 </head>
<body>
<div class="buttons">
Brendan Cully
Add {getentries} to default style
r3273 <a href="#url#log{getentries}">changelog</a>
<a href="#url#shortlog{getentries}">shortlog</a>
<a href="#url#file/#node|short#/{getentries}">manifest</a>
Brendan Cully
Update templates to use NewWebInterface
r3265 <a type="application/rss+xml" href="#url#rss-tags">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#