Sha256: 4884a738dd0ac8b2f0e03fcd5040f9080470b34142c2f05775f80c437a3eebf7

Contents?: true

Size: 398 Bytes

Versions: 4

Compression:

Stored size: 398 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 %>
      <span class='geoblacklight geoblacklight-relations-ancestor'></span> <%= ancestor['dc_title_s'] %>
    <% end %>
  </li>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
geoblacklight-2.1.2 app/views/relation/_ancestors.html.erb
geoblacklight-2.1.1 app/views/relation/_ancestors.html.erb
geoblacklight-2.1.0 app/views/relation/_ancestors.html.erb
geoblacklight-2.0.0 app/views/relation/_ancestors.html.erb