.mt-4.mb-5#socialBar %span Compartilhe %a{ href: 'https://www.facebook.com/sharer/sharer.php?u=' + make_social_url(t("activerecord.models.#{content.type.underscore}.slug"), content.slug), onclick: "callPopup(event.currentTarget,'#{content.title}',580, 470)" } = image_tag 'ico_fb_content.png', alt: 'Facebook', title: 'Facebook', class: 'rounded-circle', style: 'height: 50px; width: 50px;' %a{ href: 'http://twitter.com/home?status='+content.title+" "+make_social_url(t("activerecord.models.#{content.type.underscore}.slug"), content.slug), onclick: "callPopup(event.currentTarget,'#{content.title}',580, 470)" } = image_tag 'ico_twitter_content.png', alt: 'Twitter', title: 'Twitter', class: 'rounded-circle', style: 'height: 50px; width: 50px;'