Fixed email text overflow in proposal#show

Email icon is used solve email text overflow.
Fixes #1838
This commit is contained in:
rishabhptr 2017-12-05 17:03:44 +05:30 committed by Stella Rouzi
parent 6d7e1f4865
commit e5009f168c

View file

@ -36,8 +36,10 @@
.col-md-8
%h4
= link_to speaker.name, user_path(speaker.id)
%br
- if speaker.email_public?
= "(#{speaker.email})"
= mail_to "#{ speaker.email }" do
%i.fa.fa-envelope-o.fa-2x
- if speaker.affiliation?
.text-muted
from