/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to loggerhead/templates/annotate.pt

 * Cleaned the remaining URLs with revids
 * Removed all unused "clear=1" references

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
      <div class="links">
27
27
        <div>
28
28
          <b>&#8594;</b>
29
 
          <a tal:attributes="href python:url(['/files', revid], clear=1)">
 
29
          <a tal:attributes="href python:url(['/files', revid])">
30
30
            browse files
31
31
          </a>
32
32
        </div>
33
33
        <div>
34
34
          <b>&#8594;</b>
35
 
          <a tal:attributes="href python:url(['/revision'], clear=1, start_revid=revid)">
 
35
          <a tal:attributes="href python:url(['/revision'], start_revid=revid)">
36
36
            view revision
37
37
          </a>
38
38
        </div>
39
39
        <div>
40
40
          <b>&#8594;</b>
41
 
          <a tal:attributes="href python:url(['/changes'], clear=1, start_revid=revid, filter_file_id=file_id)">
 
41
          <a tal:attributes="href python:url(['/changes'], start_revid=revid, filter_file_id=file_id)">
42
42
            view changes to this file
43
43
          </a>
44
44
        </div>
69
69
            <td tal:attributes="class string:revno ${line/status}">
70
70
              <a tal:condition="python:line.status=='changed'"
71
71
                 tal:content="python:util.trunc(line.change.revno)"
72
 
                 tal:attributes="href python:url(['/revision'], clear=1, start_revid=line.change.revid, filter_file_id=file_id);
 
72
                 tal:attributes="href python:url(['/revision'], start_revid=line.change.revid, filter_file_id=file_id);
73
73
                                 title python:'%s by %s, on %s (%s)'%(line.change.revno, util.hide_email(line.change.author), line.change.date.strftime('%d %b %Y %H:%M'), util.date_time(line.change.date))">
74
74
 
75
75
                ${util.trunc(line.change.revno)}