diff templates/gitweb/map @ 8713:de6bb29e208a

hgweb: allow distinction between open/closed branches on branches page
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Thu, 04 Jun 2009 18:05:50 +0200
parents 338412820a57
children f439d82f018c
line wrap: on
line diff
--- a/templates/gitweb/map	Wed Jun 03 17:12:48 2009 -0500
+++ b/templates/gitweb/map	Thu Jun 04 18:05:50 2009 +0200
@@ -165,7 +165,7 @@
   <tr class="parity{parity}">
     <td class="age"><i>{date|age} ago</i></td>
     <td><a class="list" href="{url}shortlog/{node|short}{sessionvars%urlparameter}"><b>{node|short}</b></a></td>
-    <td>{branch|escape}</td>
+    <td class="{status}">{branch|escape}</td>
     <td class="link">
       <a href="{url}changeset/{node|short}{sessionvars%urlparameter}">changeset</a> |
       <a href="{url}log/{node|short}{sessionvars%urlparameter}">changelog</a> |