Sha256: d40566c133727a65fe0323103e90ee36d279b23085df38485741dbe8e4948cc7

Contents?: true

Size: 566 Bytes

Versions: 36

Compression:

Stored size: 566 Bytes

Contents

<div class="relation panel">
  <h2><%= Iqvoc::Concept.broader_relation_class.model_name.human(:count => 2) %></h2>
  <div class="relation-body block">
    <% if concept.top_term? %>
      <strong><%= concept.class.human_attribute_name("top_term") %></strong>
    <% 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

36 entries across 36 versions & 1 rubygems

Version Path
iqvoc-4.13.0 app/views/partials/concept/relation/skos/broader/_poly.html.erb
iqvoc-4.12.1 app/views/partials/concept/relation/skos/broader/_poly.html.erb
iqvoc-4.12.0 app/views/partials/concept/relation/skos/broader/_poly.html.erb
iqvoc-4.11.1 app/views/partials/concept/relation/skos/broader/_poly.html.erb
iqvoc-4.11.0 app/views/partials/concept/relation/skos/broader/_poly.html.erb
iqvoc-4.10.0 app/views/partials/concept/relation/skos/broader/_poly.html.erb
iqvoc-4.9.0 app/views/partials/concept/relation/skos/broader/_poly.html.erb
iqvoc-4.3.3 app/views/partials/concept/relation/skos/broader/_poly.html.erb
iqvoc-4.8.2 app/views/partials/concept/relation/skos/broader/_poly.html.erb
iqvoc-4.8.1 app/views/partials/concept/relation/skos/broader/_poly.html.erb
iqvoc-4.8.0 app/views/partials/concept/relation/skos/broader/_poly.html.erb
iqvoc-4.7.0 app/views/partials/concept/relation/skos/broader/_poly.html.erb
iqvoc-4.6.1 app/views/partials/concept/relation/skos/broader/_poly.html.erb
iqvoc-4.5.2 app/views/partials/concept/relation/skos/broader/_poly.html.erb
iqvoc-4.6.0 app/views/partials/concept/relation/skos/broader/_poly.html.erb
iqvoc-4.5.1 app/views/partials/concept/relation/skos/broader/_poly.html.erb
iqvoc-4.5.0 app/views/partials/concept/relation/skos/broader/_poly.html.erb
iqvoc-4.4.0 app/views/partials/concept/relation/skos/broader/_poly.html.erb
iqvoc-4.3.2 app/views/partials/concept/relation/skos/broader/_poly.html.erb
iqvoc-4.3.1 app/views/partials/concept/relation/skos/broader/_poly.html.erb