##// END OF EJS Templates
Merge with redone c655432c2c24 (issue1860)
Merge with redone c655432c2c24 (issue1860)

File last commit:

r8431:5c1aabc5 default
r9602:fc493cb9 merge default
Show More
filelogentry.tmpl
25 lines | 801 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
spartan: use newer template syntax everywhere
r8431 <th class="age">{date|age} ago:</th>
<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>