##// 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 fileannotatechild = '
155 </tr>'
155 </tr>'
156 tags = tags.tmpl
156 tags = tags.tmpl
157 tagentry = '
157 tagentry = '
158 <tr class="tagEntry parity{parity}">
158 <tr class="tagEntry">
159 <td>
159 <td>
160 <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">
160 <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">
161 {tag|escape}
161 {tag|escape}
@@ -46,7 +46,9 files, or words in the commit message</d
46 <th>tag</th>
46 <th>tag</th>
47 <th>node</th>
47 <th>node</th>
48 </tr>
48 </tr>
49 <tbody class="stripes2">
49 {entries%tagentry}
50 {entries%tagentry}
51 </tbody>
50 </table>
52 </table>
51 </div>
53 </div>
52 </div>
54 </div>
General Comments 0
You need to be logged in to leave comments. Login now