Sha256: 1bc278bfd74ccbdc85c691617bf906680d0e1fe25ff59145c9fd823a81bf1591

Contents?: true

Size: 377 Bytes

Versions: 31

Compression:

Stored size: 377 Bytes

Contents

<div class="relation panel">
  <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

31 entries across 31 versions & 1 rubygems

Version Path
iqvoc-4.10.0 app/views/partials/collection/_member.html.erb
iqvoc-4.9.0 app/views/partials/collection/_member.html.erb
iqvoc-4.3.3 app/views/partials/collection/_member.html.erb
iqvoc-4.8.2 app/views/partials/collection/_member.html.erb
iqvoc-4.8.1 app/views/partials/collection/_member.html.erb
iqvoc-4.8.0 app/views/partials/collection/_member.html.erb
iqvoc-4.7.0 app/views/partials/collection/_member.html.erb
iqvoc-4.6.1 app/views/partials/collection/_member.html.erb
iqvoc-4.5.2 app/views/partials/collection/_member.html.erb
iqvoc-4.6.0 app/views/partials/collection/_member.html.erb
iqvoc-4.5.1 app/views/partials/collection/_member.html.erb
iqvoc-4.5.0 app/views/partials/collection/_member.html.erb
iqvoc-4.4.0 app/views/partials/collection/_member.html.erb
iqvoc-4.3.2 app/views/partials/collection/_member.html.erb
iqvoc-4.3.1 app/views/partials/collection/_member.html.erb
iqvoc-4.3.0 app/views/partials/collection/_member.html.erb
iqvoc-4.2.0 app/views/partials/collection/_member.html.erb
iqvoc-4.1.3 app/views/partials/collection/_member.html.erb
iqvoc-4.1.2 app/views/partials/collection/_member.html.erb
iqvoc-4.1.1 app/views/partials/collection/_member.html.erb