left4me/rails/app/views/batches/show.html.erb
mwiegand 5ab99c7779
wip
2022-11-27 17:32:21 +01:00

10 lines
255 B
Text

<p style="color: green"><%= notice %></p>
<%= render @batch %>
<div>
<%= link_to "Edit this batch", edit_batch_path(@batch) %> |
<%= link_to "Back to batches", batches_path %>
<%= button_to "Destroy this batch", @batch, method: :delete %>
</div>