blob: 650350af125f479a2d078cea73ba33905fc282ca (
plain) (
tree)
|
|
<h1>Editing operation</h1>
<%= render "form", operation: @operation %>
<br>
<div>
<%= link_to "Show this operation", @operation %> |
<%= link_to "Back to operations", operations_path %>
</div>
|