Sha256: 0f37591fea484571d5450b43f0fdfb5a2612ae1f5d59724170350055d3141b10

Contents?: true

Size: 345 Bytes

Versions: 14

Compression:

Stored size: 345 Bytes

Contents

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

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
iqvoc-4.1.3 app/views/partials/concept/relation/_base.html.erb
iqvoc-4.1.2 app/views/partials/concept/relation/_base.html.erb
iqvoc-4.1.1 app/views/partials/concept/relation/_base.html.erb
iqvoc-4.1.0 app/views/partials/concept/relation/_base.html.erb
iqvoc-4.0.9 app/views/partials/concept/relation/_base.html.erb
iqvoc-4.0.8 app/views/partials/concept/relation/_base.html.erb
iqvoc-4.0.7 app/views/partials/concept/relation/_base.html.erb
iqvoc-4.0.6 app/views/partials/concept/relation/_base.html.erb
iqvoc-4.0.5 app/views/partials/concept/relation/_base.html.erb
iqvoc-4.0.4 app/views/partials/concept/relation/_base.html.erb
iqvoc-4.0.3 app/views/partials/concept/relation/_base.html.erb
iqvoc-4.0.2 app/views/partials/concept/relation/_base.html.erb
iqvoc-4.0.1 app/views/partials/concept/relation/_base.html.erb
iqvoc-4.0.0 app/views/partials/concept/relation/_base.html.erb