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

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2009-05-13 03:15:26 UTC
  • mto: This revision was merged to the branch mainline in revision 1247.
  • Revision ID: grantw@unimelb.edu.au-20090513031526-l3knlkpgnldp6dgj
Attempting to view an SVN log when the repo is empty will not crash now.

svnlogservice now returns a 404 if the revision isn't found.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
    <div id="ivle_padding">
9
9
      <p>${project.synopsis}</p>
10
10
      <p>Submissions: ${project.latest_submissions.count()}/${project.project_set.assigned.count()}</p>
11
 
 
12
 
      <h2>Latest submissions</h2>
13
11
      <table id="project_submissions" class="project_list" summary="Latest Submissions"
14
12
             py:if="project.latest_submissions.count() > 0">
15
13
        <thead>
34
32
        </py:for>
35
33
        </tbody>
36
34
      </table>
37
 
 
38
 
      <h2>Assigned submitters</h2>
 
35
      <br />
39
36
      <table id="project_assigneds" class="project_list">
40
37
        <thead><tr><th>Assigned</th></tr></thead>
41
38
        <tbody>