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

6 lines
85 B
Plaintext

<h1>New extension</h1>
<%= render 'form' %>
<%= link_to 'Back', extensions_path %>