SpeciesFileGroup/taxonworks

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

Summary

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

<p>
  <strong>Short name:</strong>
  <%= @protocol.short_name %>
</p>

<p>
  <strong>Description:</strong>
  <%= @protocol.description %>
</p>