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

7 lines
122 B
Plaintext

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