sanger/sequencescape

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

Summary

Maintainability
Test Coverage


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

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

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