akam_roadmap/app/views/projects/edit.html.erb

7 lines
115 B
Plaintext
Raw Normal View History

2014-11-06 21:50:01 +00:00
<h1>Editing project</h1>
<%= render 'form' %>
<%= link_to 'Show', @project %> |
2014-11-07 18:51:53 +00:00
<%= link_to 'Back', root_path %>