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

7 lines
155 B
Plaintext
Raw Normal View History

2014-03-29 10:57:36 +08:00
<h1>Editing open_source_project</h1>
<%= render 'form' %>
<%= link_to 'Show', @open_source_project %> |
<%= link_to 'Back', open_source_projects_path %>