sanger/sequencescape

View on GitHub
app/views/studies/plates/wells/edit.html.erb

Summary

Maintainability
Test Coverage

<div class="page-header"><h1>Editing plate</h1></div>

<%= form_for(@well) do |f| %>
  <%= render_error_messages(@well) %>

  <p>
    <%= f.submit "Update" %>
  </p>
<% end %>

<%= link_to 'Show', @well %> |
<%= link_to 'Back', plate_wells_path %>