Change email text by an icon in proposal page

- this fix #1870
This commit is contained in:
Adriano Vieira 2017-12-09 10:49:49 -02:00
parent 0cb273749a
commit ea23d05d34

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