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

« back to all changes in this revision

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

Don't show the project short name.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
    xmlns:py='http://genshi.edgewall.org/'
3
3
    id='project_${project.id}'>
4
4
  <div class='project-title'>
5
 
    <a href='${project_url}'><strong>${project.short_name} - ${project.name}</strong></a>
 
5
    <a href="${project_url}"><strong>${project.name}</strong></a>
6
6
    <a href='#' class="delete-project"><img src='/+media/ivle.webapp.core/images/interface/cross.png' /></a>
7
7
  </div>
8
8
  <pre class='project-synopsis'>${project.synopsis}</pre>