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

« back to all changes in this revision

Viewing changes to ivle/webapp/groups/template.html

  • Committer: Matt Giuca
  • Date: 2010-02-25 07:01:51 UTC
  • mto: This revision was merged to the branch mainline in revision 1731.
  • Revision ID: matt.giuca@gmail.com-20100225070151-a95iwyrpmydzjdkr
Added links to ProjectEdit view, from offering projects page, manage projects page, and individual project pages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
        <tr><th>Name</th><th>Actions</th></tr>
25
25
        <tr py:for="project in projectset.projects">
26
26
          <td><a href="${req.publisher.generate(project)}">${project.name}</a></td>
27
 
          <td></td>
 
27
          <td><a href='${req.publisher.generate(project, ProjectEdit)}'><img
 
28
            src='/+media/ivle.webapp.core/images/interface/pencil.png' alt="Edit"
 
29
            title="Edit project" /></a></td>
28
30
        </tr>
29
31
      </table>
30
32
      <p><a class="addaction" href="${req.publisher.generate(projectset, ProjectNew)}">Add a new project</a></p>