socialforge/app/views/open_source_projects/edit.html.erb

7 lines
155 B
Plaintext

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