Sha256: f8ffd2152b1abc41ae4cf76e2aac1c93f16c42ee18c41c26e4a62b907a0af343

Contents?: true

Size: 435 Bytes

Versions: 10

Compression:

Stored size: 435 Bytes

Contents

<% unless @relations.empty? %>
  <div class="panel panel-default show-tools">
    <div class="panel-heading">
      <%= t('geoblacklight.relations.title') %>
    </div>
    <div class="panel-body">
      <ul class="nav">
        <%= render 'ancestors' unless @relations.ancestors['numFound'].to_i == 0 %>
        <%= render 'descendants' unless @relations.descendants['numFound'].to_i == 0 %>
      </ul>
    </div>
  </div>
<% end %>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
geoblacklight-1.9.1 app/views/relation/index.html.erb
geoblacklight-1.9.0 app/views/relation/index.html.erb
geoblacklight-1.8.0 app/views/relation/index.html.erb
geoblacklight-1.7.1 app/views/relation/index.html.erb
geoblacklight-1.7.0 app/views/relation/index.html.erb
geoblacklight-1.6.0 app/views/relation/index.html.erb
geoblacklight-1.5.1 app/views/relation/index.html.erb
geoblacklight-1.5.0 app/views/relation/index.html.erb
geoblacklight-1.4.0 app/views/relation/index.html.erb
geoblacklight-1.3.0 app/views/relation/index.html.erb