Sha256: bb6de19ba6f41f5ccf24889200ee4a329f9ae0fa9040401ccef0f120ca382b72

Contents?: true

Size: 489 Bytes

Versions: 31

Compression:

Stored size: 489 Bytes

Contents

<div 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

31 entries across 31 versions & 1 rubygems

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