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

7 lines
195 B
Plaintext

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