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

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2009-05-11 04:51:08 UTC
  • mto: (1165.3.65 submissions-admin)
  • mto: This revision was merged to the branch mainline in revision 1247.
  • Revision ID: grantw@unimelb.edu.au-20090511045108-z70ij6oti5cazyo4
Add an ivle-refreshfilesystem script, which currently just rewrites svn(-group).conf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
              <a href="${offering_url(enrolment.offering)}/+worksheets">${enrolment.offering.subject.name}</a>
20
20
              <py:if test="'edit' in enrolment.offering.get_permissions(user)">
21
21
                -
22
 
                <a href="${offering_url(enrolment.offering)}/+projects">(administer projects)</a>
 
22
                <a href="${offering_url(enrolment.offering)}/+groups">(administer groups)</a>
23
23
                <a href="${offering_url(enrolment.offering)}/+enrolments/+new">(enrol users)</a>
24
24
              </py:if>
25
25
            </li>