11 lines
287 B
Plaintext
11 lines
287 B
Plaintext
<h1><%= @company.name%></h1>
|
|
<h2>Editing CAF: <%= @caf.name%></h2>
|
|
<%= render partial: "form", locals: { company: @company, caf: @caf } %>
|
|
|
|
<br>
|
|
|
|
<div>
|
|
<%= link_to "Show this CAF", company_caf_path(@company, @caf) %> |
|
|
<%# = link_to "Back to cafs", authenticated_root_path %>
|
|
</div>
|