Sha256: 23c7871f27a85d1cb9ca01cc3bf10b26d264d2eedb44de55a63e6995b6db3ede

Contents?: true

Size: 350 Bytes

Versions: 15

Compression:

Stored size: 350 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">
    <%= 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

15 entries across 15 versions & 1 rubygems

Version Path
iqvoc-4.3.3 app/views/partials/concept/relation/_base.html.erb
iqvoc-4.8.2 app/views/partials/concept/relation/_base.html.erb
iqvoc-4.8.1 app/views/partials/concept/relation/_base.html.erb
iqvoc-4.8.0 app/views/partials/concept/relation/_base.html.erb
iqvoc-4.7.0 app/views/partials/concept/relation/_base.html.erb
iqvoc-4.6.1 app/views/partials/concept/relation/_base.html.erb
iqvoc-4.5.2 app/views/partials/concept/relation/_base.html.erb
iqvoc-4.6.0 app/views/partials/concept/relation/_base.html.erb
iqvoc-4.5.1 app/views/partials/concept/relation/_base.html.erb
iqvoc-4.5.0 app/views/partials/concept/relation/_base.html.erb
iqvoc-4.4.0 app/views/partials/concept/relation/_base.html.erb
iqvoc-4.3.2 app/views/partials/concept/relation/_base.html.erb
iqvoc-4.3.1 app/views/partials/concept/relation/_base.html.erb
iqvoc-4.3.0 app/views/partials/concept/relation/_base.html.erb
iqvoc-4.2.0 app/views/partials/concept/relation/_base.html.erb