##// END OF EJS Templates
hgweb: highlight line which is linked to at comparison view
hgweb: highlight line which is linked to at comparison view

File last commit:

r19452:6f555645 default
r19459:fbfe5748 default
Show More
shortlogentry.tmpl
5 lines | 403 B | application/x-cheetah | CheetahLexer
<tr>
<td class="age">{date|rfc822date}</td>
<td class="author">{author|person}</td>
<td class="description"><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags % '<span class="tag">{name|escape}</span> '}{bookmarks % '<span class="tag">{name|escape}</span> '}</td>
</tr>