Sha256: c7435d38e391d75e8251405a2f8ec17dba0a0f7713a1bf7121964dbf9718284e

Contents?: true

Size: 621 Bytes

Versions: 3

Compression:

Stored size: 621 Bytes

Contents

<div class="relation panel" id="<%= Iqvoc::Concept.broader_relation_class.name.to_relation_name %>">
  <h2><%= Iqvoc::Concept.broader_relation_class.model_name.human(:count => 2) %></h2>
  <div class="relation-body block">
    <% if concept.top_term? %>
      <%= concept.class.human_attribute_name("top_term") %>
    <% end %>

    <% if concept.related_concepts_for_relation_class(
        Iqvoc::Concept.broader_relation_class, params[:published] != "0").any? %>
      <div class="selector">
        <%= treeview(@concept.broader_relations.map { |rel| rel.target }, true) %>
      </div>
    <% end %>
  </div>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
iqvoc-4.14.5 app/views/partials/concept/relation/skos/broader/_poly.html.erb
iqvoc-4.14.4 app/views/partials/concept/relation/skos/broader/_poly.html.erb
iqvoc-4.13.2 app/views/partials/concept/relation/skos/broader/_poly.html.erb