slitaz-dev-tools diff slitaz-mercurial-style/templates/slitaz/filelogentry.tmpl @ rev 300

some small errors in tazwikiss help pages corrected
author Hans-G?nter Theisgen
date Wed Apr 12 17:42:16 2017 +0100 (2017-04-12)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/slitaz-mercurial-style/templates/slitaz/filelogentry.tmpl	Wed Apr 12 17:42:16 2017 +0100
     1.3 @@ -0,0 +1,5 @@
     1.4 + <tr class="parity{parity}">
     1.5 +  <td class="age">{date|age}</td>
     1.6 +  <td class="author">{author|person}</td>
     1.7 +  <td class="description"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags%changelogtag}</td>
     1.8 + </tr>