<%= notice %>

<% content_for :title, "Client: #{@client.company_name}" %>

Client: <%= @client.company_name %>

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