12 lines
168 B
Plaintext
12 lines
168 B
Plaintext
<% content_for :title, "New client" %>
|
|
|
|
<h1>New client</h1>
|
|
|
|
<%= render "form", client: @client %>
|
|
|
|
<br>
|
|
|
|
<div>
|
|
<%= link_to "Back to clients", clients_path %>
|
|
</div>
|