SpeciesFileGroup/taxonworks

View on GitHub
app/views/otus/_card.html.erb

Summary

Maintainability
Test Coverage
<p>
  <strong>Name:</strong>
  <%= @otu.name %>
</p>

<p>
  <strong>Taxon name:</strong>
  <%= object_link(@otu.taxon_name) %>
</p>