~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/filesystem/svnlog/template.html

  • Committer: William Grant
  • Date: 2009-05-18 12:24:26 UTC
  • Revision ID: grantw@unimelb.edu.au-20090518122426-5a2nz4wb6oi3jq24
Fix the 'diff' link in the log viewer to diff, rather than log.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
          <span py:when="log['revno']">[selected]</span>
18
18
          <a py:otherwise="" href="${url}?r=${log['revno']}">[select]</a>
19
19
        </py:choose>
20
 
        <a py:if="revno" href="${url}?r=${revno}&amp;r=${log['revno']}">[diff]</a>
 
20
        <a py:if="revno" href="${diffurl}?r=${revno}&amp;r=${log['revno']}">[diff]</a>
21
21
      </div>
22
22
      <pre py:content="log['message']" />
23
23
      <hr size="1" />