##// END OF EJS Templates
hgweb: kill off #filenode#
hgweb: kill off #filenode#

File last commit:

r3206:79fd7a92 default
r3206:79fd7a92 default
Show More
filelogentry.tmpl
25 lines | 675 B | application/x-cheetah | CheetahLexer
Thomas Arendsen Hein
hgweb: Synchronised filelogentry to changelogentry.
r2132 <table class="logEntry parity#parity#">
<tr>
<th class="age">#date|age# ago:</th>
<th class="firstline"><a href="?cs=#node|short#">#desc|strip|firstline|escape#</a></th>
</tr>
<tr>
<th class="revision">revision #filerev#:</td>
<td class="node">
Brendan Cully
hgweb: kill off #filenode#
r3206 <a href="?f=#node|short#;file=#file|urlescape#">#node|short#</a>
Thomas Arendsen Hein
hgweb: Synchronised filelogentry to changelogentry.
r2132 <a href="?fd=#node|short#;file=#file|urlescape#">(diff)</a>
Brendan Cully
hgweb: kill off #filenode#
r3206 <a href="?fa=#node|short#;file=#file|urlescape#">(annotate)</a>
Thomas Arendsen Hein
hgweb: Synchronised filelogentry to changelogentry.
r2132 </td>
</tr>
#rename%filelogrename#
<tr>
<th class="author">author:</th>
<td class="author">#author|obfuscate#</td>
</tr>
<tr>
<th class="date">date:</th>
<td class="date">#date|date#</td>
</tr>
mpm@selenic.com
Prettify the web interface...
r142 </table>
mpm@selenic.com
Revamped templated hgweb
r138