Show
Ignore:
Timestamp:
08/03/08 17:24:58 (5 months ago)
Author:
jweiss
Message:

Ability to clone projects. close #85

Files:
1 modified

Legend:

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

    r73 r125  
    3535                </p><br /> 
    3636                <%= link_to 'Edit Project', edit_project_path(@project), :class => 'arrow_link' %> |  
     37                <%= link_to 'Clone Project', clone_form_path(@project), :class => 'arrow_link' %> |  
    3738                <%= link_to 'Delete', project_path(@project), :confirm => 'Are you sure?', :method => :delete, :class => 'arrow_link' %> 
    3839        </div>