##// END OF EJS Templates
hgweb: fix filerevision raw URL
Brendan Cully -
r3279:4b2d3c8a default
parent child Browse files
Show More
@@ -19,7 +19,7
19 19 file |
20 20 <a href="{url}log/{node|short}/#file|urlescape#{getentries}">revisions</a> |
21 21 <a href="{url}annotate/{node|short}/#file|urlescape#{getentries}">annotate</a> |
22 <a href="{url}raw-file/{node|short}#file|urlescape#">raw</a><br/>
22 <a href="{url}raw-file/{node|short}/#file|urlescape#">raw</a><br/>
23 23 </div>
24 24
25 25 <div class="title">#file|escape#</div>
General Comments 0
You need to be logged in to leave comments. Login now