~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-19 05:16:17 UTC
  • Revision ID: grantw@unimelb.edu.au-20090519051617-jhd1mxihr52te7fo
Don't link to files in SubversionLogView.

Subversion makes it impossible for us to calculate paths in the working copy.
This functionality should be restored when we have a repository browser.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
      <div class="svnlogpathlist">
26
26
        <ul>
27
27
          <li py:for="path in log['paths']">
28
 
            ${path[1]} <a href="${path[2]}">${path[0]}</a>
 
28
            ${path[1]} ${path[0]}
29
29
          </li>
30
30
        </ul>
31
31
      </div>