aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/operations/edit.html.erb
blob: 650350af125f479a2d078cea73ba33905fc282ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<h1>Editing operation</h1>

<%= render "form", operation: @operation %>

<br>

<div>
  <%= link_to "Show this operation", @operation %> |
  <%= link_to "Back to operations", operations_path %>
</div>