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

« back to all changes in this revision

Viewing changes to ivle/webapp/admin/templates/project.html

  • Committer: David Coles
  • Date: 2010-07-20 08:24:32 UTC
  • Revision ID: coles.david@gmail.com-20100720082432-i48a9iz7s5ndfqcd
Fixes for the export command.

Use --username for svn export since in-url usernames don't work with 
subversion.
Export now explicitly sets the output filename to User or Groups short_name.
Clean up of some of the calls.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
          </py:choose>
47
47
            <td><span title="${submission.submitter.display_name}">${submission.submitter.short_name}</span></td>
48
48
            <td>${submission.date_submitted.strftime("%Y-%m-%d %H:%M:%S")}</td>
49
 
            <td>${submission.get_svn_checkout_command(req)}</td>
 
49
            <td>${submission.get_svn_export_command(req)}</td>
50
50
          </tr>
51
51
        </py:for>
52
52
        </tbody>