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

11 lines
261 B
Plaintext

<p style="color: green"><%= notice %></p>
<%= render @client %>
<div>
<%= link_to "Edit this client", edit_client_path(@client) %> |
<%= link_to "Back to clients", clients_path %>
<%= button_to "Destroy this client", @client, method: :delete %>
</div>