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

« back to all changes in this revision

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

  • Committer: Matt Giuca
  • Date: 2010-02-11 08:58:01 UTC
  • Revision ID: matt.giuca@gmail.com-20100211085801-l6w2v24qn4ub9yiv
Subject page: Added Verify links on the subject pages to any projects with
existing submissions. This simply links to the path/revision which was
submitted.
database.py: Added Assessed.checkout_location and
    ProjectSubmission.get_verify_url to assist with this.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
                          py:with="latest = submissions.last()"
60
60
                          title="${format_datetime(latest.date_submitted)}">
61
61
                      last submitted ${format_datetime_short(latest.date_submitted)}
 
62
                      <a class="verifyaction" href="${latest.get_verify_url(req.user)}">Verify</a>
62
63
                    </span>
63
64
                  </py:choose>
64
65
                </py:if>