<%=t(:label_details)%>:
<%= render :partial => 'customers/details', locals: {customer: @customer} %>
<%=t(:label_actions)%>:
<%= render :partial => 'customers/actions', locals: {customer: @customer} %>
<%=t(:estimates)%>:
<%= render :partial => 'estimates/list', locals: {customer: @customer} %>
<%=t(:label_invoices)%>:
<%= render :partial => 'invoices/list', locals: {customer: @customer} %>
<%=t(:field_vehicles)%>:
<%= render :partial => 'vehicles/list' %>
<%= button_to "New Vehicle", new_customer_vehicle_path(@customer), method: :get %>