slitaz-dev-tools view slitaz-mercurial-style/templates/slitaz/shortlogentry.tmpl @ rev 266

slitaz-mercurial-style: remove repeated "ago ago".
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jan 21 11:03:10 2017 +0200 (2017-01-21)
parents
children
line source
1 <tr class="parity{parity}">
2 <td class="age">{date|age}</td>
3 <td class="author">{author|person}</td>
4 <td class="description"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags%changelogtag}</td>
5 </tr>