sanger/sequencescape

View on GitHub
app/views/workflows/_plate_transfer.html.erb

Summary

Maintainability
Test Coverage

<h2>Plate transfer</h2>
<dl>
  <dt>Plate type</dt>
  <dd><%= @target.plate_purpose.name %></dd>
  <dt>Barcode</dt>
  <dd><%= @target.human_barcode %></dd>
</dl>
<%= render partial: 'assets/print_form', locals: { asset: @target} %>

<%= form_for @task, url: { action: "stage", id: @stage, workflow_id: @workflow.id, batch_id: @batch.id, next_stage: true }, html: { id: "stage_form"} do |form| %>
  <%= render partial: "next_stage_submit" %>
<% end %>