Sha256: 627190916ad88602ceeccac0d6fda0f13a502d981a595e094ad7645a5bf821f1

Contents?: true

Size: 1.55 KB

Versions: 15

Compression:

Stored size: 1.55 KB

Contents

<div class="text-center">
  <button class="share-link link text-center" data-open="socialShare">
    <%= t(".share") %>
    <% if try(:resource) %>
      <span class="show-for-sr"><%= resource_title(resource) %></span>
    <% end %>
    <%= icon "share", class: "icon--after", role: "img", "aria-hidden": true %>
  </button>
</div>
<div class="reveal" id="socialShare" data-reveal>
  <div class="reveal__header">
    <h3 class="reveal__title"><%= t(".share") %>:</h3>
    <button class="close-button" data-close aria-label="<%= t(".close_window") %>" type="button">
      <span aria-hidden="true">&times;</span>
    </button>
  </div>
  <div class="button-group text-center">
  <%= social_share_button_tag(decidim_page_title,
        url: decidim_meta_url,
        image: decidim_meta_image_url,
        desc: h(decidim_meta_description),
        via: decidim_meta_twitter_handler) %>
    <a href="#" class="button" data-open="urlShare">
      <%= icon "link-intact", role: "img", "aria-hidden": true %>
      <%= t(".share_link") %>
    </a>
  </div>
</div>
<div class="reveal" id="urlShare" data-reveal>
  <div class="reveal__header">
    <h3 class="reveal__title"><%= t(".share_link") %>:</h3>
    <button class="close-button" data-close aria-label="<%= t(".close_window") %>" type="button">
      <span aria-hidden="true">&times;</span>
    </button>
  </div>
  <input type="text" title="<%= t(".share_link") %>" value="<%= "#{decidim_meta_url}" %>" readonly>
</div>

<%= javascript_include_tag "decidim/social_share" %>
<%= stylesheet_link_tag "decidim/extras/_social_share" %>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
decidim-core-0.24.3 app/views/decidim/shared/_share_modal.html.erb
decidim-core-0.23.6 app/views/decidim/shared/_share_modal.html.erb
decidim-core-0.24.2 app/views/decidim/shared/_share_modal.html.erb
decidim-core-0.23.5 app/views/decidim/shared/_share_modal.html.erb
decidim-core-0.24.1 app/views/decidim/shared/_share_modal.html.erb
decidim-core-0.24.0 app/views/decidim/shared/_share_modal.html.erb
decidim-core-0.24.0.rc2 app/views/decidim/shared/_share_modal.html.erb
decidim-core-0.23.4 app/views/decidim/shared/_share_modal.html.erb
decidim-core-0.24.0.rc1 app/views/decidim/shared/_share_modal.html.erb
decidim-core-0.23.3 app/views/decidim/shared/_share_modal.html.erb
decidim-core-0.23.2 app/views/decidim/shared/_share_modal.html.erb
decidim-core-0.23.1 app/views/decidim/shared/_share_modal.html.erb
decidim-core-0.23.1.rc1 app/views/decidim/shared/_share_modal.html.erb
decidim-core-0.23.0 app/views/decidim/shared/_share_modal.html.erb
decidim-core-0.22.0 app/views/decidim/shared/_share_modal.html.erb