##// END OF EJS Templates
gitweb: Display branch and tag labels...
gitweb: Display branch and tag labels Pages which display labels: - summary - shortlog - changelog - changeset - search

File last commit:

r3363:ce8f31e0 default
r4538:4272ae76 default
Show More
shortlogentry.tmpl
7 lines | 258 B | application/x-cheetah | CheetahLexer
<table class="slogEntry parity#parity#">
<tr>
<td class="age">#date|age#</td>
<td class="author">#author|obfuscate#</td>
<td class="node"><a href="#url#rev/#node|short#{sessionvars%urlparameter}">#desc|strip|firstline|escape#</a></td>
</tr>
</table>