sanger/limber

View on GitHub
app/views/plates/_plate_printing.html.erb

Summary

Maintainability
Test Coverage
<%= card title: 'Print plate label' do %>
  <%= barcode_printing_form(
        redirection_url: limber_plate_path(@presenter.uuid),
        labels: [@presenter.label]
  ) %>
<% end %>