Sha256: 403088245329590c87d377183ae97afa7f5738555308124abccf78fdc0827dc4

Contents?: true

Size: 1.19 KB

Versions: 17

Compression:

Stored size: 1.19 KB

Contents

<div class="text-center">
  <button class="share-link link text-center" data-open="processShare">
    <%= t(".share") %>
    <%= icon "share", class: "icon--after" %>
  </button>
</div>
<div class="reveal" id="processShare" 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 class="button secondary" data-open="urlShare">
      <%= icon "link-intact" %>
    </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>
  <h4 class="heading4"><%= "#{decidim_meta_url}" %></h4>
</div>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
decidim-core-0.15.2 app/views/decidim/shared/_share_modal.html.erb
decidim-core-0.15.1 app/views/decidim/shared/_share_modal.html.erb
decidim-core-0.15.0 app/views/decidim/shared/_share_modal.html.erb
decidim-core-0.14.4 app/views/decidim/shared/_share_modal.html.erb
decidim-core-0.14.3 app/views/decidim/shared/_share_modal.html.erb
decidim-core-0.14.2 app/views/decidim/shared/_share_modal.html.erb
decidim-core-0.14.1 app/views/decidim/shared/_share_modal.html.erb
decidim-core-0.13.1 app/views/decidim/shared/_share_modal.html.erb
decidim-core-0.12.2 app/views/decidim/shared/_share_modal.html.erb
decidim-core-0.13.0 app/views/decidim/shared/_share_modal.html.erb
decidim-core-0.12.1 app/views/decidim/shared/_share_modal.html.erb
decidim-core-0.13.0.pre1 app/views/decidim/shared/_share_modal.html.erb
decidim-core-0.12.0 app/views/decidim/shared/_share_modal.html.erb
decidim-core-0.11.2 app/views/decidim/shared/_share_modal.html.erb
decidim-core-0.12.0.pre app/views/decidim/shared/_share_modal.html.erb
decidim-core-0.11.1 app/views/decidim/shared/_share_modal.html.erb
decidim-core-0.11.0.pre1 app/views/decidim/shared/_share_modal.html.erb