sanger/sequencescape

View on GitHub
app/views/gels/find.html.erb

Summary

Maintainability
Test Coverage

<%= form_tag(lookup_gels_url, method: :post) do %>
  Find gel plate <%= text_field_tag :barcode %>
  <br /><br />
  <%= submit_tag 'Update gel values' %>

<% end %>