sanger/sequencescape

View on GitHub
app/views/studies/study_reports.html.erb

Summary

Maintainability
Test Coverage

<% add :menu, "All reports" => study_reports_path() %>
<div class="page-header"><h1>QC Reports for <%= @study.name %></h1></div>

<h2><%= link_to "New report", new_study_report_path(study: @study) %></h2>


<%= pagination @study_reports %>
<%= render partial: 'shared/study_reports', locals: { study_reports: @study_reports} %>
<%= pagination @study_reports %>