module-and-template-store/app/views/extensions/edit.html.erb

7 lines
125 B
Plaintext

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