app/views/relation/_ancestors.html.erb in geoblacklight-2.1.2 vs app/views/relation/_ancestors.html.erb in geoblacklight-2.2.0

- old
+ new

@@ -2,9 +2,10 @@ <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'] %> + <%= geoblacklight_icon('pagelines-brands') %> + <%= ancestor['dc_title_s'] %> <% end %> </li> <% end %>