MercurialWebTheme

themes/mercurialweb/shortlogentry.tmpl

14:d91721b39dbe
2010-07-13 Paul Boddie Introduced floating of branch and tag indicators in the shortlog.
     1 <tr class="parity{parity}" id="{node|short}">     2   <td>{date|age}</td>     3   <td>{author|person}</td>     4   <td class="navigation"><a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a></td>     5   <td width="50%" class="commentline"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape}</a></td>     6   <td class="branchinfo">{branches%branchtag}{inbranch%inbranchtag}{tags%tagtag}</td>     7 </tr>