##// END OF EJS Templates
hgweb: add rss error template
hgweb: add rss error template

File last commit:

r7411:b71ee3e0 default
r7748:09bec6fd default
Show More
filelogentry.tmpl
5 lines | 314 B | application/x-cheetah | CheetahLexer
<tr class="parity{parity}">
<td class="age">{date|age}</td>
<td class="author">{author|person}</td>
<td class="description"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape}</a>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags%changelogtag}</td>
</tr>