comparison templates/changeset.tmpl @ 1412:c1e0aebfabc0

hgweb: fix too short manifest link
author Matt Mackall <mpm@selenic.com>
date Tue, 18 Oct 2005 23:58:00 -0700
parents 17703aa4491e
children 19d2776f1725
comparison
equal deleted inserted replaced
1411:e2ba788545bf 1412:c1e0aebfabc0
4 <body> 4 <body>
5 5
6 <div class="buttons"> 6 <div class="buttons">
7 <a href="?cl=#rev#">changelog</a> 7 <a href="?cl=#rev#">changelog</a>
8 <a href="?cmd=tags">tags</a> 8 <a href="?cmd=tags">tags</a>
9 <a href="?mf=#manifest|short#">manifest</a> 9 <a href="?mf=#manifest|short#;path=/">manifest</a>
10 <a href="?cs=#node|short#;style=raw">raw</a> 10 <a href="?cs=#node|short#;style=raw">raw</a>
11 #archives%archiveentry# 11 #archives%archiveentry#
12 </div> 12 </div>
13 13
14 <h2>changeset: #desc|escape|firstline#</h2> 14 <h2>changeset: #desc|escape|firstline#</h2>