MercurialWebTheme

Change of themes/mercurialweb/branchentry.tmpl

7:8870115b5565
themes/mercurialweb/branchentry.tmpl
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/themes/mercurialweb/branchentry.tmpl	Fri Jun 11 22:16:37 2010 +0200
     1.3 @@ -0,0 +1,5 @@
     1.4 +<tr class="parity{parity}">
     1.5 +  <td>{date|age}</td>
     1.6 +  <td><span class="branch-{status}"><a href="{url}file/{node|short}{sessionvars%urlparameter}">{branch|escape}</a></span></td>
     1.7 +  <td>{node|short}</td>
     1.8 +</tr>