##// END OF EJS Templates
[hgweb] Shortlog template for default theme
[hgweb] Shortlog template for default theme

File last commit:

r1768:f79afc26 default
r2686:d98eebc4 default
Show More
tags.tmpl
20 lines | 431 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>
Matt Mackall
hgweb: shorten all the URLs in the standard templates...
r1410 <a href="?mf=#manifest|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#