SpeciesFileGroup/taxonworks

View on GitHub
app/views/tags/_attributes.erb

Summary

Maintainability
Test Coverage
<div class="attributes">
  <p id="notice"><%= notice %></p>

  <p>
    <strong>Keyword:</strong>
    <%= object_link(@tag.keyword) %>
  </p>

  <p>
    <strong>Tag object:</strong>
    <%= object_link(@tag.tag_object) %>
  </p>

  <p>
    <strong>Tag object type:</strong>
    <%= @tag.tag_object_type %>
  </p>

  <p>
    <strong>Tag object attribute:</strong>
    <%= @tag.tag_object_attribute %>
  </p>

</div>