##// END OF EJS Templates
hgweb: make stripes in branch list with CSS
Alexander Plavin -
r19451:aad41074 default
parent child Browse files
Show More
@@ -47,7 +47,9 b' files, or words in the commit message</d'
47 <th>branch</th>
47 <th>branch</th>
48 <th>node</th>
48 <th>node</th>
49 </tr>
49 </tr>
50 <tbody class="stripes2">
50 {entries % branchentry}
51 {entries % branchentry}
52 </tbody>
51 </table>
53 </table>
52 </div>
54 </div>
53 </div>
55 </div>
@@ -179,7 +179,7 b" bookmarkentry = '"
179 </tr>'
179 </tr>'
180 branches = branches.tmpl
180 branches = branches.tmpl
181 branchentry = '
181 branchentry = '
182 <tr class="tagEntry parity{parity}">
182 <tr class="tagEntry">
183 <td>
183 <td>
184 <a href="{url|urlescape}shortlog/{node|short}{sessionvars%urlparameter}" class="{status}">
184 <a href="{url|urlescape}shortlog/{node|short}{sessionvars%urlparameter}" class="{status}">
185 {branch|escape}
185 {branch|escape}
General Comments 0
You need to be logged in to leave comments. Login now