Sha256: b143668623dd453f49dec58886fffe7db011a1311c84e857fd56cfc1d27be226
Contents?: true
Size: 635 Bytes
Versions: 4
Compression:
Stored size: 635 Bytes
Contents
<% @relations.descendants['docs'][0..2].each do |descendant| %> <li class="list-group-item border-bottom-0"> <%= link_to solr_document_path(descendant['layer_slug_s']) do %> <%= relations_icon(descendant, 'leaf') %> <%= descendant['dc_title_s'] %> <% end %> </li> <% end %> <% unless (@relations.descendants['numFound'].to_i <= 3) %> <li class="list-group-item border-bottom-0"> <%= link_to search_catalog_path({f: {"#{Settings.FIELDS.SOURCE}" => [@relations.link_id]}}) do %> <%= t('geoblacklight.relations.browse_all', count: @relations.descendants['numFound']) %> <% end %> </li> <% end %>
Version data entries
4 entries across 4 versions & 1 rubygems