Sha256: 913481d9d7814aa45d8b77108ef8fa350477d7894998f82b16e30b9e45ec1e13

Contents?: true

Size: 330 Bytes

Versions: 5

Compression:

Stored size: 330 Bytes

Contents

<li>
  <b><%= t('geoblacklight.relations.ancestor') %></b>
</li>
<% @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.9.1 app/views/relation/_ancestors.html.erb
geoblacklight-1.9.0 app/views/relation/_ancestors.html.erb
geoblacklight-1.8.0 app/views/relation/_ancestors.html.erb
geoblacklight-1.7.1 app/views/relation/_ancestors.html.erb
geoblacklight-1.7.0 app/views/relation/_ancestors.html.erb