<%= notice %>
<% content_for :title, "Client: #{@client.company_name}" %>
Client: <%= @client.company_name %>
<% client_view_fields.each do |attrib| %>
| <%= attrib.to_s.humanize %> |
<% end %>
<%= render @client %>
<%= link_to "Edit this client", edit_client_path(@client) %> |
<%= link_to "Back to clients", clients_path %>
<%= button_to "Destroy this client", @client, method: :delete %>