##// END OF EJS Templates
Update templates to use NewWebInterface
Update templates to use NewWebInterface

File last commit:

r3265:d1aa83f1 default
r3265:d1aa83f1 default
Show More
tags.tmpl
21 lines | 453 B | application/x-cheetah | CheetahLexer
#header#
<title>#repo|escape#: tags</title>
<link rel="alternate" type="application/rss+xml"
href="#url#rss-tags" title="RSS feed for #repo|escape#: tags">
</head>
<body>
<div class="buttons">
<a href="#url#log">changelog</a>
<a href="#url#shortlog">shortlog</a>
<a href="#url#file/#node|short#/">manifest</a>
<a type="application/rss+xml" href="#url#rss-tags">rss</a>
</div>
<h2>tags:</h2>
<ul id="tagEntries">
#entries%tagentry#
</ul>
#footer#