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

6 lines
83 B
Plaintext

<h1>New template</h1>
<%= render 'form' %>
<%= link_to 'Back', templates_path %>