templates/monoblue/map
changeset 8713 de6bb29e208a
parent 8487 338412820a57
child 9113 f439d82f018c
equal deleted inserted replaced
8712:dd3ebf81af43 8713:de6bb29e208a
   140 branches = branches.tmpl
   140 branches = branches.tmpl
   141 branchentry = '
   141 branchentry = '
   142   <tr class="parity{parity}">
   142   <tr class="parity{parity}">
   143     <td class="nowrap">{date|age} ago</td>
   143     <td class="nowrap">{date|age} ago</td>
   144     <td><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">{node|short}</a></td>
   144     <td><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">{node|short}</a></td>
   145     <td>{branch|escape}</td>
   145     <td class="{status}">{branch|escape}</td>
   146     <td class="nowrap">
   146     <td class="nowrap">
   147       <a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a> |
   147       <a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a> |
   148       <a href="{url}log/{node|short}{sessionvars%urlparameter}">changelog</a> |
   148       <a href="{url}log/{node|short}{sessionvars%urlparameter}">changelog</a> |
   149       <a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a>
   149       <a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a>
   150     </td>
   150     </td>