Changeset 126

Show
Ignore:
Timestamp:
08/03/08 17:26:51 (4 months ago)
Author:
jweiss
Message:

add clone link in project list

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/projects/index.html.erb

    r73 r126  
    2626        <td><%=h project.created_at.to_s(:date_with_day) %></td> 
    2727        <td><%= link_to 'Edit', edit_project_path(project) %></td> 
     28        <td><%= link_to 'Clone', clone_form_path(project) %></td> 
    2829        <td><%= link_to 'Delete', project_path(project), :confirm => 'Are you sure?', :method => :delete %></td> 
    2930      </tr>