MercurialWebTheme

Change of themes/mercurialweb/searchentry.tmpl

2:d536199495b4
themes/mercurialweb/searchentry.tmpl
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/themes/mercurialweb/searchentry.tmpl	Fri Jun 04 00:53:32 2010 +0200
     1.3 @@ -0,0 +1,6 @@
     1.4 +<tr class="parity{parity}">
     1.5 +  <td>{date|age} ago</td>
     1.6 +  <td>{author|person}</td>
     1.7 +  <td><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape}</a></td>
     1.8 +  <td><a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a></td>
     1.9 +</tr>