11 lines
237 B
Plaintext
11 lines
237 B
Plaintext
<p style="color: green"><%= notice %></p>
|
|
|
|
<%= render @caf %>
|
|
|
|
<div>
|
|
<%= link_to "Edit this caf", edit_caf_path(@caf) %> |
|
|
<%= link_to "Back to cafs", cafs_path %>
|
|
|
|
<%= button_to "Destroy this caf", @caf, method: :delete %>
|
|
</div>
|