Sha256: b7ea415b79c26fd1137eb751a17469f4cb014b452ea607c64cbc707484c704f7
Contents?: true
Size: 1.69 KB
Versions: 52
Compression:
Stored size: 1.69 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" 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" 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" 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" 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" 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
52 entries across 52 versions & 2 rubygems