##// END OF EJS Templates
hgweb: get rid of branchentry template duplication
Alexander Plavin -
r19417:78d1e102 default
parent child Browse files
Show More
@@ -47,18 +47,7 b' files, or words in the commit message</d'
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>
General Comments 0
You need to be logged in to leave comments. Login now