##// END OF EJS Templates
coal/paper/spartan: remove extra line break in annotate view
coal/paper/spartan: remove extra line break in annotate view

File last commit:

r8431:5c1aabc5 default
r8504:e35d844f default
Show More
manifest.tmpl
28 lines | 862 B | application/x-cheetah | CheetahLexer
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 {header}
<title>{repo|escape}: files for changeset {node|short}</title>
Matt Mackall
hgweb: move old style to spartan/
r7338 </head>
<body>
<div class="buttons">
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 <a href="{url}log/{rev}{sessionvars%urlparameter}">changelog</a>
<a href="{url}shortlog/{rev}{sessionvars%urlparameter}">shortlog</a>
<a href="{url}graph{sessionvars%urlparameter}">graph</a>
<a href="{url}tags{sessionvars%urlparameter}">tags</a>
<a href="{url}branches{sessionvars%urlparameter}">branches</a>
<a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a>
{archives%archiveentry}
Matt Mackall
hgweb: move old style to spartan/
r7338 </div>
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 <h2>files for changeset {node|short}: {path|escape}</h2>
Matt Mackall
hgweb: move old style to spartan/
r7338
<table cellpadding="0" cellspacing="0">
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 <tr class="parity{upparity}">
Matt Mackall
hgweb: move old style to spartan/
r7338 <td><tt>drwxr-xr-x</tt>&nbsp;
<td>&nbsp;
<td>&nbsp;
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 <td><a href="{url}file/{node|short}{up|urlescape}{sessionvars%urlparameter}">[up]</a>
Matt Mackall
hgweb: move old style to spartan/
r7338 </tr>
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 {dentries%direntry}
{fentries%fileentry}
Matt Mackall
hgweb: move old style to spartan/
r7338 </table>
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 {footer}