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

7 lines
116 B
Plaintext

<h1>Editing client</h1>
<%= render 'form' %>
<%= link_to 'Show', @client %> |
<%= link_to 'Back', clients_path %>