Files
parse/app/views/clients/new.html.erb
Stefan Tollkühn 3735122750 initial commit
2025-07-21 12:14:42 +02:00

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>