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

8 lines
180 B
Plaintext

<h1>New Operation</h1>
<%= turbo_frame_tag "new_operation", target: "_top" do %>
<%= render 'form', operation: @operation %>
<% end %>
<%= link_to 'Back', @operation.filter %>