openSNP/snpr

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

Summary

Maintainability
Test Coverage
<h2>Write a comment</h2>

<%= form_for @phenotype_comment do |f| %>
    <div class="actions">
        <%= f.submit "Send" %>
    </div>
<% end %>