<%= f.date_select :date_generated %>
<%= f.text_field :name %>
<%= f.text_field :comment %>
Lane Number | Sample | Starting Concentration (ng/mL) | Loaded Concentration (pM) | Lane Comment | |
---|---|---|---|---|---|
<%=h lane.lane_number %> <%= lane_form.hidden_field :lane_number %> | <%= lane_form.collection_select :sample_ids, @samples, :id, :short_and_long_name %> | <%= lane_form.text_field :starting_concentration %> | <%= lane_form.text_field :loaded_concentration %> | <%= lane_form.text_field :comment %> | <% end %> |