Sha256: 0695672e490dc77175088004b317e371f4b3461f752529f69c70db3857cbe06c

Contents?: true

Size: 534 Bytes

Versions: 10

Compression:

Stored size: 534 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)) %>
        <% else %>
          <%= treeview(concept.narrower_relations.published.map(&:target)) %>
        <% end %>
      </div>
    <% end %>
  </div>
</div>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
iqvoc-4.9.0 app/views/partials/concept/relation/skos/_narrower.html.erb
iqvoc-4.8.2 app/views/partials/concept/relation/skos/_narrower.html.erb
iqvoc-4.8.1 app/views/partials/concept/relation/skos/_narrower.html.erb
iqvoc-4.8.0 app/views/partials/concept/relation/skos/_narrower.html.erb
iqvoc-4.7.0 app/views/partials/concept/relation/skos/_narrower.html.erb
iqvoc-4.6.1 app/views/partials/concept/relation/skos/_narrower.html.erb
iqvoc-4.5.2 app/views/partials/concept/relation/skos/_narrower.html.erb
iqvoc-4.6.0 app/views/partials/concept/relation/skos/_narrower.html.erb
iqvoc-4.5.1 app/views/partials/concept/relation/skos/_narrower.html.erb
iqvoc-4.5.0 app/views/partials/concept/relation/skos/_narrower.html.erb