Sha256: 495637109d91474b22c7efd9261ffde23b87ca16cd9b1d889f390b7908ff7b83

Contents?: true

Size: 1.2 KB

Versions: 8

Compression:

Stored size: 1.2 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"><%= "#{content_for(:meta_url)}" %></h4>
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
decidim-core-0.3.2 app/views/decidim/shared/_share_modal.html.erb
decidim-core-0.3.1 app/views/decidim/shared/_share_modal.html.erb
decidim-core-0.3.0 app/views/decidim/shared/_share_modal.html.erb
decidim-core-0.2.0 app/views/decidim/shared/_share_modal.html.erb
decidim-core-0.1.0 app/views/decidim/shared/_share_modal.html.erb
decidim-core-0.0.8.1 app/views/decidim/shared/_share_modal.html.erb
decidim-core-0.0.7 app/views/decidim/shared/_share_modal.html.erb
decidim-core-0.0.6 app/views/decidim/shared/_share_modal.html.erb