##// END OF EJS Templates
hgweb: fix RSS and raw for new % scheme
hgweb: fix RSS and raw for new % scheme

File last commit:

r981:4f81068e merge default
r985:7ffa91f2 default
Show More
tags.tmpl
17 lines | 268 B | application/x-cheetah | CheetahLexer
mpm@selenic.com
hgweb: actually commit the tags template
r169 #header#
<title>#repo#: tags</title>
</head>
<body>
<div class="buttons">
<a href="?cmd=changelog;rev=#rev#">changelog</a>
<a href="?cmd=manifest;manifest=#manifest#;path=/">manifest</a>
</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#