sanger/sequencescape

View on GitHub
app/views/shared/_print.html.erb

Summary

Maintainability
Test Coverage

<table width="100%" cellspacing="0" cellpadding="0">
  <tr>
    <td width="35%" class="item"><label for="printer">Print to</label>:</td>
    <td width="65%">
      <%= select_tag("printer", options_for_select(BarcodePrinter.pluck(:name)), class: 'custom-select') %>
    </td>
  </tr>
</table>