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

7 lines
113 B
Plaintext

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