rails-caf/app/views/cafs/show.html.erb
2022-04-07 12:45:09 +01:00

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>