Skip to content
Snippets Groups Projects
Commit aad41074 authored by Alexander Plavin's avatar Alexander Plavin
Browse files

hgweb: make stripes in branch list with CSS

parent ddae9e9b
Branches
Tags
No related merge requests found
......@@ -47,4 +47,5 @@
<th>branch</th>
<th>node</th>
</tr>
<tbody class="stripes2">
{entries % branchentry}
......@@ -50,4 +51,5 @@
{entries % branchentry}
</tbody>
</table>
</div>
</div>
......
......@@ -179,7 +179,7 @@
</tr>'
branches = branches.tmpl
branchentry = '
<tr class="tagEntry parity{parity}">
<tr class="tagEntry">
<td>
<a href="{url|urlescape}shortlog/{node|short}{sessionvars%urlparameter}" class="{status}">
{branch|escape}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment