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

« back to all changes in this revision

Viewing changes to ivle/webapp/admin/templates/project_fragment.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:
3
3
    id='project_${project.id}'>
4
4
  <div class='project-title'>
5
5
    <a href="${req.publisher.generate(project)}"><strong>${project.name}</strong></a>
 
6
    <a href='${req.publisher.generate(project, ProjectEdit)}'><img
 
7
    src='/+media/ivle.webapp.core/images/interface/pencil.png' alt="Edit"
 
8
    title="Edit project" /></a>
6
9
    <!--<a href='#'><img
7
10
    src='/+media/ivle.webapp.core/images/interface/cross.png' alt="Delete"
8
11
    title="Delete project" /></a> -->