Sha256: 6bc833328ee513ee5f11a628eadee302228648ffc3616432e2a1132e776f85ea

Contents?: true

Size: 621 Bytes

Versions: 26

Compression:

Stored size: 621 Bytes

Contents

<% if geolocalizable.address.present? %>
  <div class="card card--secondary">
    <div class="card__content address">
      <div class="address__info">
        <div class="address__icon">
          <%= icon icon_name, width: 40, height: 70 %>
        </div>
        <div class="address__details">
          <%= render partial: "decidim/shared/address_details", locals: { geolocalizable: geolocalizable } %>
        </div>
      </div>
      <% if Decidim.geocoder.present? %>
        <div class="address__map">
          <%= static_map_link(geolocalizable) %>
        </div>
      <% end %>
    </div>
  </div>
<% end %>

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
decidim-core-0.21.0 app/views/decidim/shared/_static_map.html.erb
decidim-core-0.20.1 app/views/decidim/shared/_static_map.html.erb
decidim-core-0.20.0 app/views/decidim/shared/_static_map.html.erb
decidim-core-0.19.1 app/views/decidim/shared/_static_map.html.erb
decidim-core-0.18.1 app/views/decidim/shared/_static_map.html.erb
decidim-core-0.19.0 app/views/decidim/shared/_static_map.html.erb
decidim-core-0.17.2 app/views/decidim/shared/_static_map.html.erb
decidim-core-0.18.0 app/views/decidim/shared/_static_map.html.erb
decidim-core-0.17.1 app/views/decidim/shared/_static_map.html.erb
decidim-core-0.16.1 app/views/decidim/shared/_static_map.html.erb
decidim-core-0.17.0 app/views/decidim/shared/_static_map.html.erb
decidim-core-0.16.0 app/views/decidim/shared/_static_map.html.erb
decidim-core-0.15.2 app/views/decidim/shared/_static_map.html.erb
decidim-core-0.15.1 app/views/decidim/shared/_static_map.html.erb
decidim-core-0.15.0 app/views/decidim/shared/_static_map.html.erb
decidim-core-0.14.4 app/views/decidim/shared/_static_map.html.erb
decidim-core-0.14.3 app/views/decidim/shared/_static_map.html.erb
decidim-core-0.14.2 app/views/decidim/shared/_static_map.html.erb
decidim-core-0.14.1 app/views/decidim/shared/_static_map.html.erb
decidim-core-0.13.1 app/views/decidim/shared/_static_map.html.erb