Sha256: 599013445be2cfd323950c1a842373d6361a2c2925fd4455a13c3f7456af3e6c

Contents?: true

Size: 478 Bytes

Versions: 3

Compression:

Stored size: 478 Bytes

Contents

<% document ||= @document %>
<% if document.carto_reference.present? %>
    <%= link_to(carto_link(document.carto_reference), target: '_blank') do %>
    <span class='geoblacklight geoblacklight-carto'></span><%= t('geoblacklight.tools.open_carto') %>
    <% end %>
<% end %>
<% if document.arcgis_urls.present? %>
  <%= link_to(arcgis_link(document.arcgis_urls))  do %>
    <%= blacklight_icon('esri-globe') %> <%= t('geoblacklight.tools.open_arcgis') %>
  <% end %>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
geoblacklight-2.1.2 app/views/catalog/_exports.html.erb
geoblacklight-2.1.1 app/views/catalog/_exports.html.erb
geoblacklight-2.1.0 app/views/catalog/_exports.html.erb