Sha256: 5335cb86bc6517a283bd9879ed800500a0447fd8536b168efe2a5452b57c1f00

Contents?: true

Size: 529 Bytes

Versions: 8

Compression:

Stored size: 529 Bytes

Contents

<div id="<%= klass.to_s.to_relation_name %>" class="<%= html_classes("relation", "panel", (class_name rescue nil)) %>">
  <%# Provide support for iqvoc_skosxl %>
  <% object = if defined?(concept)
                concept
              elsif defined?(label)
                label
              end %>
  <% notes = object.notes_for_class(klass) %>
  <h2><%= klass.model_name.human(:count => notes.count) %></h2>
  <div class="relation-body">
    <%= render :partial => 'partials/note/note', :collection => notes %>
  </div>
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
iqvoc-4.14.5 app/views/partials/note/_base.html.erb
iqvoc-4.14.4 app/views/partials/note/_base.html.erb
iqvoc-4.13.2 app/views/partials/note/_base.html.erb
iqvoc-4.13.0 app/views/partials/note/_base.html.erb
iqvoc-4.12.1 app/views/partials/note/_base.html.erb
iqvoc-4.12.0 app/views/partials/note/_base.html.erb
iqvoc-4.11.1 app/views/partials/note/_base.html.erb
iqvoc-4.11.0 app/views/partials/note/_base.html.erb