openSNP/snpr

View on GitHub
app/views/genotypes/create.html.erb

Summary

Maintainability
Test Coverage
<h1>Upload Genotyping file</h1>

<%= form_for(@genotype) do |f| %>
    <%= render 'fields', :f => f %>
    <div class="actions">
        <%= f.submit "Upload" %>
    </div>
<% end %>