Mercurial > hg
annotate templates/tags.tmpl @ 1694:03cb6bf43a9b
Added raw view for file annotate in hgweb.
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 03 Feb 2006 12:50:02 +0100 |
parents | fbe4bbd847e5 |
children | f79afc26ae3b |
rev | line source |
---|---|
169 | 1 #header# |
1549
fbe4bbd847e5
Always escape repository name in hgweb, very important in notfound.tmpl.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
1419
diff
changeset
|
2 <title>#repo|escape#: tags</title> |
169 | 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# |