Sha256: a8fb17ce24350535df20c684c46e05e39ebecc52d714cd1c907d7bcc585b44a3

Contents?: true

Size: 417 Bytes

Versions: 3

Compression:

Stored size: 417 Bytes

Contents

<div class="relation panel" id="<%= klass.name.to_relation_name %>">
  <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

3 entries across 3 versions & 1 rubygems

Version Path
iqvoc-4.14.5 app/views/partials/collection/_member.html.erb
iqvoc-4.14.4 app/views/partials/collection/_member.html.erb
iqvoc-4.13.2 app/views/partials/collection/_member.html.erb