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

« back to all changes in this revision

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

  • Committer: Nick Chadwick
  • Date: 2009-05-12 11:49:31 UTC
  • mto: This revision was merged to the branch mainline in revision 1247.
  • Revision ID: chadnickbok@gmail.com-20090512114931-k6rgwieyvbg8ld07
Removed non-functional links to delete projects and grant extensions.

Also fixed a line in the javascript which was accidentally commented out.

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="${project_url}"><strong>${project.name}</strong></a>
6
 
    <a href='#'><img src='/+media/ivle.webapp.core/images/interface/cross.png' alt="Delete" title="Delete project" /></a>
 
6
    <!--<a href='#'><img
 
7
    src='/+media/ivle.webapp.core/images/interface/cross.png' alt="Delete"
 
8
    title="Delete project" /></a> -->
7
9
  </div>
8
10
  <pre class='project-synopsis'>${project.synopsis}</pre>
9
11
</li>