Show More
@@ -47,18 +47,7 b' files, or words in the commit message</d' | |||
|
47 | 47 | <th>branch</th> |
|
48 | 48 | <th>node</th> |
|
49 | 49 | </tr> |
|
50 | {entries % | |
|
51 | ' <tr class="tagEntry parity{parity}"> | |
|
52 | <td> | |
|
53 | <a href="{url|urlescape}shortlog/{node|short}{sessionvars%urlparameter}" class="{status}"> | |
|
54 | {branch|escape} | |
|
55 | </a> | |
|
56 | </td> | |
|
57 | <td class="node"> | |
|
58 | {node|short} | |
|
59 | </td> | |
|
60 | </tr>' | |
|
61 | } | |
|
50 | {entries % branchentry} | |
|
62 | 51 | </table> |
|
63 | 52 | </div> |
|
64 | 53 | </div> |
General Comments 0
You need to be logged in to leave comments.
Login now