Sha256: 1f154926e8714d1296e9e2a1c49b1158351b5d34be622089d2e93f391f713a8e

Contents?: true

Size: 1.76 KB

Versions: 5

Compression:

Stored size: 1.76 KB

Contents

<div class="medium-4 large-3 column main__footer__social">
  <ul class="footer-social">
    <% if current_organization.twitter_handler.present? %>
      <li>
        <a class="footer-social__icon" target="_blank" rel="noopener" title="Twitter" href="https://twitter.com/<%= current_organization.twitter_handler %>">
          <%= icon "twitter", role: "img", aria_label: "Twitter" %>
        </a>
      </li>
    <% end %>
    <% if current_organization.facebook_handler.present? %>
      <li>
        <a class="footer-social__icon" target="_blank" rel="noopener" title="Facebook" href="https://www.facebook.com/<%= current_organization.facebook_handler %>">
          <%= icon "facebook", role: "img", aria_label: "Facebook" %>
        </a>
      </li>
    <% end %>
    <% if current_organization.instagram_handler.present? %>
      <li>
        <a class="footer-social__icon" target="_blank" rel="noopener" title="Instagram" href="https://www.instagram.com/<%= current_organization.instagram_handler %>">
          <%= icon "instagram", role: "img", aria_label: "Instagram" %>
        </a>
      </li>
    <% end %>
    <% if current_organization.youtube_handler.present? %>
      <li>
        <a class="footer-social__icon" target="_blank" rel="noopener" title="YouTube" href="https://www.youtube.com/<%= current_organization.youtube_handler %>">
          <%= icon "youtube", role: "img", aria_label: "YouTube" %>
        </a>
      </li>
    <% end %>
    <% if current_organization.github_handler.present? %>
      <li>
        <a class="footer-social__icon" target="_blank" rel="noopener" title="GitHub" href="https://www.github.com/<%= current_organization.github_handler %>">
          <%= icon "github", role: "img", aria_label: "GitHub" %>
        </a>
      </li>
    <% end %>
  </ul>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
decidim-core-0.21.0 app/views/layouts/decidim/_social_media_links.html.erb
decidim-core-0.20.1 app/views/layouts/decidim/_social_media_links.html.erb
decidim-core-0.20.0 app/views/layouts/decidim/_social_media_links.html.erb
decidim-core-0.19.1 app/views/layouts/decidim/_social_media_links.html.erb
decidim-core-0.19.0 app/views/layouts/decidim/_social_media_links.html.erb