SpeciesFileGroup/taxonworks

View on GitHub
app/views/field_occurrences/_attributes.html.erb

Summary

Maintainability
Test Coverage
<p>
  <strong>Total:</strong>
  <%= @field_occurrence.total %>
</p>

<p>
  <strong>Collecting event:</strong>
  <%= collecting_event_link(@field_occurrence.collecting_event) %>
</p>

<p>
  <strong>TaxonDetermination:</strong>
  <%= otu_link(@field_occurrence.otu) %>
</p>

<p>
  <strong>Is absent:</strong>
  <%= @field_occurrence.is_absent ? 'true' : 'false' %>
</p>