##// END OF EJS Templates
hgweb: actually commit the tags template
hgweb: actually commit the tags template

File last commit:

r169:e93a16de default
r169:e93a16de default
Show More
tags.tmpl
15 lines | 232 B | application/x-cheetah | CheetahLexer
#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>
#entries#
#footer#