1.1 --- a/themes/mercurialweb/shortlogentry.tmpl Fri Jun 04 00:57:25 2010 +0200
1.2 +++ b/themes/mercurialweb/shortlogentry.tmpl Sun Jun 06 03:09:57 2010 +0200
1.3 @@ -1,6 +1,7 @@
1.4 <tr class="parity{parity}">
1.5 <td>{date|age} ago</td>
1.6 <td>{author|person}</td>
1.7 + <td class="navigation"><a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a></td>
1.8 <td><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape}</a></td>
1.9 - <td><a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a></td>
1.10 + <td>{inbranch%inbranchtag}{tags%tagtag}</td>
1.11 </tr>