Sha256: 78e6111b3c1cd8e2a63077d5ef220b5aa609fa6e9e37c004657fcc704290ad85

Contents?: true

Size: 578 Bytes

Versions: 6

Compression:

Stored size: 578 Bytes

Contents

<div class="relation panel">
  <h2><%= Iqvoc::Concept.broader_relation_class.narrower_class.model_name.human(:count => 2) %></h2>
  <div class="relation-body">
    <% if concept.narrower_relations.any? %>
      <div class="selector">
        <% if(params[:published] == '0') %>
          <%= treeview(concept.narrower_relations.published_with_newer_versions.map(&:target).sort_by(&:pref_label)) %>
        <% else %>
          <%= treeview(concept.narrower_relations.published.map(&:target).sort_by(&:pref_label)) %>
        <% end %>
      </div>
    <% end %>
  </div>
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
iqvoc-4.13.0 app/views/partials/concept/relation/skos/_narrower.html.erb
iqvoc-4.12.1 app/views/partials/concept/relation/skos/_narrower.html.erb
iqvoc-4.12.0 app/views/partials/concept/relation/skos/_narrower.html.erb
iqvoc-4.11.1 app/views/partials/concept/relation/skos/_narrower.html.erb
iqvoc-4.11.0 app/views/partials/concept/relation/skos/_narrower.html.erb
iqvoc-4.10.0 app/views/partials/concept/relation/skos/_narrower.html.erb