Sha256: 556662fd16b1320a08a41f53463eff44145a5aaf68983109fff57631b840e1db

Contents?: true

Size: 459 Bytes

Versions: 14

Compression:

Stored size: 459 Bytes

Contents

<%- Settings.RELATIONSHIPS_SHOWN.each do |rel, value| %>
  <% unless @relations.send(rel)['numFound'].to_i.zero? %>
    <div class="card relations relationship-<%= rel.downcase %>">
      <div class="card-header">
        <h2 class="mb-0 h6"><%= t("#{value.label}") %></h2>
      </div>

      <ul class="list-group list-group-flush">
        <%= render partial: 'relations', locals: { rel: rel, value: value } %>
      </ul>
    </div>
  <% end %>
<% end %>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
geoblacklight-4.4.2 app/views/relation/index.html.erb
geoblacklight-4.4.1 app/views/relation/index.html.erb
geoblacklight-4.4.0 app/views/relation/index.html.erb
geoblacklight-4.4.0.rc1 app/views/relation/index.html.erb
geoblacklight-4.3.0 app/views/relation/index.html.erb
geoblacklight-4.2.0 app/views/relation/index.html.erb
geoblacklight-4.1.1 app/views/relation/index.html.erb
geoblacklight-4.1.0 app/views/relation/index.html.erb
geoblacklight-4.0.0 app/views/relation/index.html.erb
geoblacklight-4.0.0.pre.rc3 app/views/relation/index.html.erb
geoblacklight-4.0.0.pre.rc2 app/views/relation/index.html.erb
geoblacklight-4.0.0.pre.rc1 app/views/relation/index.html.erb
geoblacklight-4.0.0.pre.alpha.3 app/views/relation/index.html.erb
geoblacklight-4.0.0.pre.alpha.2 app/views/relation/index.html.erb