EvoBal/app/views/operations/show.html.erb
2021-03-04 22:28:47 +01:00

7 lines
195 B
Plaintext

<%= render(FlashNoticeComponent.new) { notice } if notice.present? %>
<%= render @operation %>
<%= link_to 'Edit', edit_operation_path(@operation) %> |
<%= link_to 'Back', @operation.filter %>