<%= notice %>

<%= render @batch %>
<%= link_to "Edit this batch", edit_batch_path(@batch) %> | <%= link_to "Back to batches", batches_path %> <%= button_to "Destroy this batch", @batch, method: :delete %>