initial commit
This commit is contained in:
10
app/views/clients/show.html.erb
Normal file
10
app/views/clients/show.html.erb
Normal file
@@ -0,0 +1,10 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user