~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/templates/revision.pt

  • Committer: Vincent Ladeuil
  • Date: 2011-06-28 15:55:36 UTC
  • mto: (431.2.18 loggerhead)
  • mto: This revision was merged to the branch mainline in revision 461.
  • Revision ID: v.ladeuil+lp@free.fr-20110628155536-4rkhrtfw15ovb2x2
Various fixes to make the test run, only to block on a bug in bzrlib.

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
               tal:attributes="href python:url(['/diff', change.revno, history.get_revno(compare_revid)], clear=1)">download diff</a>
87
87
           </li>
88
88
           <li tal:condition="python:can_export">
89
 
            <a tal:attributes="href python:url(['/tarball', change.revno])">download tarball</a>
 
89
            <a tal:attributes="href python:url(['/tarball', change.revno])">Download tarball</a>
90
90
           </li>
91
91
          <li id="last"><a tal:attributes="href python:url(['/changes', change.revno]);
92
92
                                           title string:view history from revision ${change/revno}"