sanger/sequencescape

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

Summary

Maintainability
Test Coverage

<% add :about, "This page lists all started batches for the #{@pipeline.name} pipeline" -%>
<% add :back_menu, "Back to pipeline" => pipeline_path(@pipeline) -%>

<%= page_title @pipeline.name, "Started Batches" %>

<%= render partial: "shared/batches", locals: { batches: @batches, edit: false, in_progress: true, showing_all: true, batch_state: 'started' } %>