aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/operations/new.html.erb
blob: be6230daee8888fa15f0cebabb2aadfe5beee2a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
<h1>New operation</h1>

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

<br>

<div>
  <%= link_to "Back to operations", operations_path %>
</div>