Sha256: 8cfd01b8bfea144746702bb7b239f09f35490bfe089dbb8df192359fff003a4c

Contents?: true

Size: 442 Bytes

Versions: 7

Compression:

Stored size: 442 Bytes

Contents

<div class="relation panel" id="<%= klass.model_name.to_s.to_relation_name %>">
  <h2><%= klass.model_name.human(:count => 2) %></h2>
  <div class="relation-body">
    <%-
      items = concept.related_concepts_for_relation_class(klass, params[:published] != "0")
      items = items.select { |item| can?(:read, item) }
    -%>
    <%= item_listing(items) do |c|
      link_to(c.pref_label, concept_path(:id => c))
    end %>
  </div>
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

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