Fixed email text overflow in proposal#show
Email icon is used solve email text overflow. Fixes #1838
This commit is contained in:
parent
6d7e1f4865
commit
e5009f168c
1 changed files with 3 additions and 1 deletions
|
|
@ -36,8 +36,10 @@
|
||||||
.col-md-8
|
.col-md-8
|
||||||
%h4
|
%h4
|
||||||
= link_to speaker.name, user_path(speaker.id)
|
= link_to speaker.name, user_path(speaker.id)
|
||||||
|
%br
|
||||||
- if speaker.email_public?
|
- if speaker.email_public?
|
||||||
= "(#{speaker.email})"
|
= mail_to "#{ speaker.email }" do
|
||||||
|
%i.fa.fa-envelope-o.fa-2x
|
||||||
- if speaker.affiliation?
|
- if speaker.affiliation?
|
||||||
.text-muted
|
.text-muted
|
||||||
from
|
from
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue