##// END OF EJS Templates
monoblue: fix title for branches page
monoblue: fix title for branches page

File last commit:

r9721:1d75c683 default
r10137:daec0f64 stable
Show More
filelogentry.tmpl
25 lines | 797 B | application/x-cheetah | CheetahLexer
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 <table class="logEntry parity{parity}">
Matt Mackall
hgweb: move old style to spartan/
r7338 <tr>
Dirkjan Ochtman
templater: put 'ago' inside the age template filter
r9721 <th class="age">{date|age}:</th>
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 <th class="firstline"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a></th>
Matt Mackall
hgweb: move old style to spartan/
r7338 </tr>
<tr>
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 <th class="revision">revision {filerev}:</td>
Matt Mackall
hgweb: move old style to spartan/
r7338 <td class="node">
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 <a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a>
<a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">(diff)</a>
<a href="{url}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}">(annotate)</a>
Matt Mackall
hgweb: move old style to spartan/
r7338 </td>
</tr>
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 {rename%filelogrename}
Matt Mackall
hgweb: move old style to spartan/
r7338 <tr>
<th class="author">author:</th>
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 <td class="author">{author|obfuscate}</td>
Matt Mackall
hgweb: move old style to spartan/
r7338 </tr>
<tr>
<th class="date">date:</th>
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 <td class="date">{date|date}</td>
Matt Mackall
hgweb: move old style to spartan/
r7338 </tr>
</table>