9 lines
269 B
Plaintext
9 lines
269 B
Plaintext
<%= render @caf %>
|
|
|
|
<div>
|
|
<%= link_to "Edit this caf", edit_company_caf_path(@caf.company_id,@caf.id) %> |
|
|
<%= link_to "Back to cafs", authenticated_root_path %>
|
|
|
|
<%= button_to "Destroy this caf", company_caf_path(@company.id, @caf.id), method: :delete %>
|
|
</div>
|