Sha256: 70be55ff71baadd30575afd4e208d592fca9d10513aa8c797fbcf3c0c3f248a4

Contents?: true

Size: 395 Bytes

Versions: 8

Compression:

Stored size: 395 Bytes

Contents

<% unless @relations.empty? %>
  <div class="card relations">
    <div class="card-header">
      <%= t('geoblacklight.relations.title') %>
    </div>

    <ul class="list-group list-group-flush">
      <%= render 'ancestors' unless @relations.ancestors['numFound'].to_i == 0 %>
      <%= render 'descendants' unless @relations.descendants['numFound'].to_i == 0 %>
    </ul>

  </div>
<% end %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
geoblacklight-2.4.0 app/views/relation/index.html.erb
geoblacklight-2.3.0 app/views/relation/index.html.erb
geoblacklight-2.2.1 app/views/relation/index.html.erb
geoblacklight-2.2.0 app/views/relation/index.html.erb
geoblacklight-2.1.2 app/views/relation/index.html.erb
geoblacklight-2.1.1 app/views/relation/index.html.erb
geoblacklight-2.1.0 app/views/relation/index.html.erb
geoblacklight-2.0.0 app/views/relation/index.html.erb