##// END OF EJS Templates
hgweb: make stripes in tag list with CSS
Alexander Plavin -
r19448:fa0e1ca9 default
parent child Browse files
Show More
@@ -155,7 +155,7 b" fileannotatechild = '"
155 155 </tr>'
156 156 tags = tags.tmpl
157 157 tagentry = '
158 <tr class="tagEntry parity{parity}">
158 <tr class="tagEntry">
159 159 <td>
160 160 <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">
161 161 {tag|escape}
@@ -46,7 +46,9 b' files, or words in the commit message</d'
46 46 <th>tag</th>
47 47 <th>node</th>
48 48 </tr>
49 <tbody class="stripes2">
49 50 {entries%tagentry}
51 </tbody>
50 52 </table>
51 53 </div>
52 54 </div>
General Comments 0
You need to be logged in to leave comments. Login now