##// END OF EJS Templates
hgweb: make stripes in bookmark list with CSS
Alexander Plavin -
r19446:25dae11b default
parent child Browse files
Show More
@@ -47,7 +47,9 b' files, or words in the commit message</d'
47 47 <th>bookmark</th>
48 48 <th>node</th>
49 49 </tr>
50 <tbody class="stripes2">
50 51 {entries%bookmarkentry}
52 </tbody>
51 53 </table>
52 54 </div>
53 55 </div>
@@ -167,7 +167,7 b" tagentry = '"
167 167 </tr>'
168 168 bookmarks = bookmarks.tmpl
169 169 bookmarkentry = '
170 <tr class="tagEntry parity{parity}">
170 <tr class="tagEntry">
171 171 <td>
172 172 <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">
173 173 {bookmark|escape}
General Comments 0
You need to be logged in to leave comments. Login now