EvoBal/app/views/operations/show.html.erb

7 lines
158 B
Plaintext

<p id="notice"><%= notice %></p>
<%= render @operation %>
<%= link_to 'Edit', edit_operation_path(@operation) %> |
<%= link_to 'Back', @operation.filter %>