~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/templates/annotate.kid

first batch of patches from mwhudson, including a starter unit test and
a fix for get_filelist having terrible performance.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
        </tr>
29
29
 
30
30
        <tr py:for="line in contents" class="parity${line.parity}">
31
 
            <td class="lineno ${line.status}"> ${line.lineno} </td>
 
31
            <td class="lineno ${line.status}"><a name="L${line.lineno}"> ${line.lineno} </a></td>
32
32
            <td class="revno ${line.status}">
33
33
                <a py:if="line.status=='changed'" href="${branch.url('/revision', **util.get_context(clear=1, start_revid=line.change.revid, file_id=file_id))}"
34
34
                    title="${line.change.revno} by ${util.hide_email(line.change.author)}, on ${line.change.date.strftime('%d %b %Y %H:%M')} (${util.ago(line.change.date)})">${util.trunc(line.change.revno)}</a>