This commit is contained in:
Adriano Vieira 2017-12-12 16:32:18 +00:00 • committed by GitHub
commit 604dca82a8

View file

@ -37,7 +37,8 @@
%h4 %h4
= link_to speaker.name, user_path(speaker.id) = link_to speaker.name, user_path(speaker.id)
- if speaker.email_public? - if speaker.email_public?
= "(#{speaker.email})" .br
= content_tag(:a, fa_icon("envelope-o"), href: "mailto:#{speaker.email}", title: "#{speaker.email}")
- if speaker.affiliation? - if speaker.affiliation?
.text-muted .text-muted
from from