Mercurial > hg
annotate templates/tags.tmpl @ 1512:53ad6ee6ede4
generalize copy/rename to handle more than one source directory
author | Robin Farine <robin.farine@terminus.org> |
---|---|
date | Tue, 08 Nov 2005 10:35:05 -0800 |
parents | 22041f754f4a |
children | fbe4bbd847e5 |
rev | line source |
---|---|
169 | 1 #header# |
2 <title>#repo#: tags</title> | |
3 </head> | |
4 <body> | |
5 | |
6 <div class="buttons"> | |
1419
22041f754f4a
hgweb: fix broken tags->changelog link
Matt Mackall <mpm@selenic.com>
parents:
1410
diff
changeset
|
7 <a href="?cl=tip">changelog</a> |
1410
17703aa4491e
hgweb: shorten all the URLs in the standard templates
Matt Mackall <mpm@selenic.com>
parents:
981
diff
changeset
|
8 <a href="?mf=#manifest|short#;path=/">manifest</a> |
169 | 9 </div> |
10 | |
11 <h2>tags:</h2> | |
12 | |
586 | 13 <ul id="tagEntries"> |
974
aedb47764f29
Added support for #foo%bar# syntax
Josef "Jeff" Sipek <jeffpc@optonline.net>
parents:
586
diff
changeset
|
14 #entries%tagentry# |
586 | 15 </ul> |
169 | 16 |
17 #footer# |