annotate templates/tags.tmpl @ 823:f0446f6963d2
Use list comprehension in hg status.
author |
Thomas Arendsen Hein <thomas@intevation.de> |
date |
Mon, 01 Aug 2005 17:58:13 +0100 |
parents |
11578820b5d7 |
children |
aedb47764f29 5197fb9d65d5 4f81068ed8cd |
rev |
line source |
169
|
1 #header#
|
|
2 <title>#repo#: tags</title>
|
|
3 </head>
|
|
4 <body>
|
|
5
|
|
6 <div class="buttons">
|
|
7 <a href="?cmd=changelog;rev=#rev#">changelog</a>
|
|
8 <a href="?cmd=manifest;manifest=#manifest#;path=/">manifest</a>
|
|
9 </div>
|
|
10
|
|
11 <h2>tags:</h2>
|
|
12
|
586
|
13 <ul id="tagEntries">
|
169
|
14 #entries#
|
586
|
15 </ul>
|
169
|
16
|
|
17 #footer#
|