Sha256: 434a395112dd33eb7e0927603eae79a5c9527d777476713ce9b569c5599adac5

Contents?: true

Size: 317 Bytes

Versions: 5

Compression:

Stored size: 317 Bytes

Contents

<b><%= t('geoblacklight.relations.ancestor') %></b>
<% @relations.ancestors['docs'].each do |ancestor| %>
  <li>
    <%= 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

5 entries across 5 versions & 1 rubygems

Version Path
geoblacklight-1.6.0 app/views/relation/_ancestors.html.erb
geoblacklight-1.5.1 app/views/relation/_ancestors.html.erb
geoblacklight-1.5.0 app/views/relation/_ancestors.html.erb
geoblacklight-1.4.0 app/views/relation/_ancestors.html.erb
geoblacklight-1.3.0 app/views/relation/_ancestors.html.erb