<%= notice %>

Code Link Batches

<% @code_link_batches.each do |code_link_batch| %> <% end %>
Description Code link
<%= code_link_batch.description %> <%= code_link_batch.code_link_id %> <%= link_to 'Show', code_link_batch %> <%= link_to 'Edit', edit_code_link_batch_path(code_link_batch) %> <%= link_to 'Destroy', code_link_batch, method: :delete, data: { confirm: 'Are you sure?' } %>

<%= link_to 'New Code Link Batch', new_code_link_batch_path %>