~udd/loggerhead/loggerhead.package-import

« back to all changes in this revision

Viewing changes to loggerhead/templates/annotate.pt

  • Committer: Martin Albisetti
  • Date: 2008-11-17 18:12:14 UTC
  • mfrom: (241.1.1 abs_urls_tweak)
  • Revision ID: argentina@gmail.com-20081117181214-3ptqv5prg3dm9xzk
Use head in the download URL when viewing HEAD of BRANCH

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
                <a tal:attributes="href python:url(['/revision'], clear=1, start_revid=change.revno)">view revision</a>
37
37
            </li>
38
38
            <li>
39
 
                <a tal:attributes="href python:url(['/changes'], clear=1, start_revid=change.revno, filter_file_id=file_id)">view changes to this file</a>
 
39
                <a tal:attributes="href python:url(['/changes'], clear=1, 
 
40
                                    start_revid=change.revno, filter_file_id=file_id)"
 
41
                >view changes to this file</a>
40
42
            </li>
41
43
            <li id="last">
42
 
                <a tal:attributes="href python:url(['/download', change.revno, file_id, filename])">download file</a>
 
44
                <a tal:attributes="href python:url(['/download',
 
45
                                    revno_url, file_id, filename])"
 
46
                >download file</a>
43
47
            </li>
44
48
        </ul>
45
49
 
47
51
        <table id="logentries">
48
52
          <tr class="logheader">
49
53
            <td class="annoLineTit">Line</td>
50
 
            <td class="annoRevTit">Revision</td>            
51
 
            <td class="annoContTit">Contents</td>                    
 
54
            <td class="annoRevTit">Revision</td>
 
55
            <td class="annoContTit">Contents</td>
52
56
          </tr>
53
57
 
54
58
          <tr tal:repeat="line contents"