equal
deleted
inserted
replaced
52 |
52 |
53 # The ensures that all table cells have content (even if there |
53 # The ensures that all table cells have content (even if there |
54 # is an empty line in the annotated file), which in turn ensures that |
54 # is an empty line in the annotated file), which in turn ensures that |
55 # all table rows have equal height. |
55 # all table rows have equal height. |
56 annotateline = ' |
56 annotateline = ' |
57 <tr class="parity{parity}"> |
57 <tr class="parity{parity}{ifeq(node, originalnode, ' thisrev')}"> |
58 <td class="annotate"> |
58 <td class="annotate"> |
59 <a href="{url|urlescape}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}#l{targetline}" |
59 <a href="{url|urlescape}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}#l{targetline}" |
60 title="{node|short}: {desc|escape|firstline}">{author|user}@{rev}</a> |
60 title="{node|short}: {desc|escape|firstline}">{author|user}@{rev}</a> |
61 </td> |
61 </td> |
62 <td> |
62 <td> |