sanger/sequencescape

View on GitHub
app/views/batches/by_study.html.erb

Summary

Maintainability
Test Coverage

<%= about "Batches for '#{@study.name}'" %>

<div id='yield'>
  <div id='main-items'>
    <%= @batches.size %> batches<br />
    <% @batches.each do |batch| %>
      <%= batch.id %><br />
    <% end %>
  </div>

  <div id='main-links'>
  </div>

  <br clear='all' />
</div>