sanger/sequencescape

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

Summary

Maintainability
Test Coverage


<% add :back_menu, "Back to pipeline" => pipeline_path(@pipeline) -%>

<div class="page-header"><h1>COMPLETED BATCHES FOR <%= @pipeline.name %></h1></div>
<%= render partial: "shared/batches", locals: { batches: @batches, in_progress: false, showing_all: true, batch_state: 'completed' } %>
</div>