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

hgweb: make stripes in tag list with CSS

parent 182942b3
No related branches found
No related tags found
No related merge requests found
......@@ -155,7 +155,7 @@
</tr>'
tags = tags.tmpl
tagentry = '
<tr class="tagEntry parity{parity}">
<tr class="tagEntry">
<td>
<a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">
{tag|escape}
......
......@@ -46,4 +46,5 @@
<th>tag</th>
<th>node</th>
</tr>
<tbody class="stripes2">
{entries%tagentry}
......@@ -49,4 +50,5 @@
{entries%tagentry}
</tbody>
</table>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment