Merge 077382df90 into 6d7e1f4865
This commit is contained in:
commit
604dca82a8
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue