Changeset 125 for trunk/app/views/projects/show.html.erb
- Timestamp:
- 08/03/08 17:24:58 (5 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/projects/show.html.erb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/projects/show.html.erb
r73 r125 35 35 </p><br /> 36 36 <%= link_to 'Edit Project', edit_project_path(@project), :class => 'arrow_link' %> | 37 <%= link_to 'Clone Project', clone_form_path(@project), :class => 'arrow_link' %> | 37 38 <%= link_to 'Delete', project_path(@project), :confirm => 'Are you sure?', :method => :delete, :class => 'arrow_link' %> 38 39 </div>
