Sha256: 18198baf27afe0f886312aa9bbe48e0fbe431f93eb3334fb5bd32022b6b125dd
Contents?: true
Size: 1.4 KB
Versions: 62
Compression:
Stored size: 1.4 KB
Contents
%ul.social-networks-content-block - if facebook.present? %li.social-networks-content-block__item = link_to facebook, class: 'social-networks-content-block__button', aria: { label: t('workarea.storefront.content_blocks.social_networks.facebook') } do = inline_svg('workarea/storefront/icons/facebook.svg', class: 'svg-icon svg-icon--extra-large svg-icon--blue') - if twitter.present? %li.social-networks-content-block__item = link_to twitter, class: 'social-networks-content-block__button', aria: { label: t('workarea.storefront.content_blocks.social_networks.twitter') } do = inline_svg('workarea/storefront/icons/twitter.svg', class: 'svg-icon svg-icon--extra-large svg-icon--blue') - if google_plus.present? %li.social-networks-content-block__item = link_to google_plus, class: 'social-networks-content-block__button', aria: { label: t('workarea.storefront.content_blocks.social_networks.google_plus') } do = inline_svg('workarea/storefront/icons/google_plus.svg', class: 'svg-icon svg-icon--extra-large svg-icon--blue') - if pinterest.present? %li.social-networks-content-block__item = link_to pinterest, class: 'social-networks-content-block__button', aria: { label: t('workarea.storefront.content_blocks.social_networks.pinterest') } do = inline_svg('workarea/storefront/icons/pinterest.svg', class: 'svg-icon svg-icon--extra-large svg-icon--blue')
Version data entries
62 entries across 62 versions & 1 rubygems