<%= notice %>

Batches

<% @batches.each do |batch| %> <%= render batch %>

<%= link_to "Show this batch", batch %>

<% end %>
<%= link_to "New batch", new_batch_path %>