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

7 lines
150 B
Plaintext

<h1>Editing Operation</h1>
<%= render 'form', operation: @operation %>
<%= link_to 'Show', @operation %> |
<%= link_to 'Back', @operation.filter %>