templates/gitweb/map
changeset 8713 de6bb29e208a
parent 8487 338412820a57
child 9113 f439d82f018c
equal deleted inserted replaced
8712:dd3ebf81af43 8713:de6bb29e208a
   163 branches = branches.tmpl
   163 branches = branches.tmpl
   164 branchentry = '
   164 branchentry = '
   165   <tr class="parity{parity}">
   165   <tr class="parity{parity}">
   166     <td class="age"><i>{date|age} ago</i></td>
   166     <td class="age"><i>{date|age} ago</i></td>
   167     <td><a class="list" href="{url}shortlog/{node|short}{sessionvars%urlparameter}"><b>{node|short}</b></a></td>
   167     <td><a class="list" href="{url}shortlog/{node|short}{sessionvars%urlparameter}"><b>{node|short}</b></a></td>
   168     <td>{branch|escape}</td>
   168     <td class="{status}">{branch|escape}</td>
   169     <td class="link">
   169     <td class="link">
   170       <a href="{url}changeset/{node|short}{sessionvars%urlparameter}">changeset</a> |
   170       <a href="{url}changeset/{node|short}{sessionvars%urlparameter}">changeset</a> |
   171       <a href="{url}log/{node|short}{sessionvars%urlparameter}">changelog</a> |
   171       <a href="{url}log/{node|short}{sessionvars%urlparameter}">changelog</a> |
   172       <a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a>
   172       <a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a>
   173     </td>
   173     </td>