Listing Bioanalyzer Runs

<% if @bioanalyzer_runs != nil %> <% for bioanalyzer_run in @bioanalyzer_runs %> <% end %>
Date Run Name Show Destroy
<%=h bioanalyzer_run.date %> <%= link_to bioanalyzer_run.name, :action => 'show', :id => bioanalyzer_run %> <%= link_to 'Show', :action => 'show', :id => bioanalyzer_run %> <%= link_to 'Destroy', { :action => 'destroy', :id => bioanalyzer_run }, :confirm => bioanalyzer_run.destroy_warning, :post => true %>
<%= link_to 'Previous page', { :page => @bioanalyzer_run_pages.current.previous } if @bioanalyzer_run_pages.current.previous %> <%= link_to 'Next page', { :page => @bioanalyzer_run_pages.current.next } if @bioanalyzer_run_pages.current.next %> <% else %>

There are currently no Bioanalyzer runs that you have access to.

<% end %>