Select | Date Submitted | Short Sample Name | Sample Name | Sample Group Name | Project | <% if SiteConfig.using_sbeams? %>SBEAMS User | <% end %>Edit | Destroy |
---|---|---|---|---|---|---|---|---|
<%= check_box 'selected_samples', sample.id %> | <%=h sample.submission_date %> | <%=h sample.short_sample_name %> | <%=h sample.sample_name %> | <%=h sample.sample_group_name %> | <%=h sample.project.name %> | <% if SiteConfig.using_sbeams? %><%=h sample.sbeams_user %> | <% end %><%= link_to 'Edit', :controller => 'samples', :action => 'edit', :id => sample %> | <%= link_to 'Destroy', {:controller => 'samples', :action => 'destroy', :id => sample }, :confirm => 'Are you sure?' %> |
<%= date_select 'submit_hybridizations', 'hybridization_date' %>
(<%= link_to 'Add Charge Set', :controller=> 'charge_sets', :action => 'new' %>)
(<%= link_to 'Add Charge Template', :controller=> 'charge_templates', :action => 'new' %>)