Sha256: 2f5b321a8059ab948d476dd053e2aa40e17df24000a52c2986c4113ace759018

Contents?: true

Size: 366 Bytes

Versions: 7

Compression:

Stored size: 366 Bytes

Contents

<div class="relation panel">
  <h2><%= klass.model_name.human(:count => 2) %></h2>
  <div class="relation-body">
    <%-
      items = label.related_labels_for_relation_class(klass)
      items = items.select { |item| can?(:read, item) }
    -%>
    <%= item_listing(items) do |label|
      link_to label.value, label_path(:id => label)
    end
  %>
  </div>
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
iqvoc_skosxl-2.11.4 app/views/partials/label/relation/_base.html.erb
iqvoc_skosxl-2.11.3 app/views/partials/label/relation/_base.html.erb
iqvoc_skosxl-2.9.1 app/views/partials/label/relation/_base.html.erb
iqvoc_skosxl-2.9.0 app/views/partials/label/relation/_base.html.erb
iqvoc_skosxl-2.8.1 app/views/partials/label/relation/_base.html.erb
iqvoc_skosxl-2.8.0 app/views/partials/label/relation/_base.html.erb
iqvoc_skosxl-2.7.0 app/views/partials/label/relation/_base.html.erb