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
parent b97122097f
commit dc5408541d

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