akam_roadmap/app/views/projects/edit.html.erb
2014-11-06 16:50:01 -05:00

7 lines
119 B
Plaintext

<h1>Editing project</h1>
<%= render 'form' %>
<%= link_to 'Show', @project %> |
<%= link_to 'Back', projects_path %>