sanger/sequencescape

View on GitHub
app/views/shared/_plate_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.all.map { |p| p.name})) %>
  </td>
</tr>
</table>