sanger/sequencescape

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

Summary

Maintainability
Test Coverage

<% add :menu, "New Supplier" => new_supplier_path() %>
<h2>Suppliers for <% @study.name  %></h2>

<%= render partial: 'shared/suppliers_list', locals: { suppliers: @suppliers }%>