Sha256: de9689d0d0eeaedad35bd8e5b2f626a2e99408edefe0f7d514795ab0e2e499a2

Contents?: true

Size: 381 Bytes

Versions: 3

Compression:

Stored size: 381 Bytes

Contents

<li class="list-group-item relations-ancestors">
  <b><%= t('geoblacklight.relations.ancestor') %></b>
</li>
<% @relations.ancestors['docs'].each do |ancestor| %>
  <li class="list-group-item">
    <%= link_to solr_document_path(ancestor['layer_slug_s']) do %>
      <%= geoblacklight_icon('pagelines-brands') %>
      <%= ancestor['dc_title_s'] %>
    <% end %>
  </li>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
geoblacklight-2.3.0 app/views/relation/_ancestors.html.erb
geoblacklight-2.2.1 app/views/relation/_ancestors.html.erb
geoblacklight-2.2.0 app/views/relation/_ancestors.html.erb