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

7 lines
195 B
Plaintext
Raw Normal View History

2021-03-04 22:07:42 +01:00
<%= render(FlashNoticeComponent.new) { notice } if notice.present? %>
<%= render @operation %>
<%= link_to 'Edit', edit_operation_path(@operation) %> |
<%= link_to 'Back', @operation.filter %>