blob: d19705bd195150cc3dafa4d41238d6da91452262 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
<p style="color: green"><%= notice %></p>
<%= render @operation %>
<div>
<%= link_to "Edit this operation", edit_operation_path(@operation) %> |
<%= link_to "Back to operations", operations_path %>
<%= button_to "Destroy this operation", @operation, method: :delete %>
</div>
|