comparison mercurial/templates/paper/branches.tmpl @ 19417:78d1e1029aa4

hgweb: get rid of branchentry template duplication
author Alexander Plavin <me@aplavin.ru>
date Sat, 13 Jul 2013 17:51:24 +0400
parents 9409aeaafdc1
children aad410749ff3
comparison
equal deleted inserted replaced
19416:7ac8eea2f890 19417:78d1e1029aa4
45 <table class="bigtable"> 45 <table class="bigtable">
46 <tr> 46 <tr>
47 <th>branch</th> 47 <th>branch</th>
48 <th>node</th> 48 <th>node</th>
49 </tr> 49 </tr>
50 {entries % 50 {entries % branchentry}
51 ' <tr class="tagEntry parity{parity}">
52 <td>
53 <a href="{url|urlescape}shortlog/{node|short}{sessionvars%urlparameter}" class="{status}">
54 {branch|escape}
55 </a>
56 </td>
57 <td class="node">
58 {node|short}
59 </td>
60 </tr>'
61 }
62 </table> 51 </table>
63 </div> 52 </div>
64 </div> 53 </div>
65 54
66 {footer} 55 {footer}