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

6 lines
79 B
Plaintext
Raw Normal View History

2014-02-13 06:51:23 +00:00
<h1>New client</h1>
<%= render 'form' %>
<%= link_to 'Back', clients_path %>