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

6 lines
79 B
Plaintext

<h1>New client</h1>
<%= render 'form' %>
<%= link_to 'Back', clients_path %>