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

7 lines
143 B
Plaintext
Raw Normal View History

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