Sha256: f0812c9fca0037d5d29811ed71e4a1f61de438650c944ec237427398d896c6d4

Contents?: true

Size: 403 Bytes

Versions: 5

Compression:

Stored size: 403 Bytes

Contents

<div class="relation panel" id="assigned_collections">
  <h2><%= klass.model_name.human(:count => 2) %></h2>
  <div class="relation-body">
    <%- if concept.collections.any? -%>
      <ul>
        <%- concept.collections.each do |collection| -%>
          <li><%= link_to collection.label.to_s, collection_path(:id => collection) %></li>
        <%- end -%>
      </ul>
    <%- end -%>
  </div>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
iqvoc-4.13.0 app/views/partials/collection/_member.html.erb
iqvoc-4.12.1 app/views/partials/collection/_member.html.erb
iqvoc-4.12.0 app/views/partials/collection/_member.html.erb
iqvoc-4.11.1 app/views/partials/collection/_member.html.erb
iqvoc-4.11.0 app/views/partials/collection/_member.html.erb