- Timestamp:
- 08/03/08 17:26:51 (5 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/projects/index.html.erb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/projects/index.html.erb
r73 r126 26 26 <td><%=h project.created_at.to_s(:date_with_day) %></td> 27 27 <td><%= link_to 'Edit', edit_project_path(project) %></td> 28 <td><%= link_to 'Clone', clone_form_path(project) %></td> 28 29 <td><%= link_to 'Delete', project_path(project), :confirm => 'Are you sure?', :method => :delete %></td> 29 30 </tr>
