<%= @company.name%>

Editing CAF: <%= @caf.name%>

<%= render partial: "form", locals: { company: @company, caf: @caf } %>
<%= link_to "Show this CAF", company_caf_path(@company, @caf) %> | <%# = link_to "Back to cafs", authenticated_root_path %>