equal
deleted
inserted
replaced
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> |