diff --git a/app/views/proposals/show.html.haml b/app/views/proposals/show.html.haml
index 19f9371f..5a9ffd8c 100644
--- a/app/views/proposals/show.html.haml
+++ b/app/views/proposals/show.html.haml
@@ -37,7 +37,8 @@
%h4
= link_to speaker.name, user_path(speaker.id)
- if speaker.email_public?
- = "(#{speaker.email})"
+ .br
+ = content_tag(:a, fa_icon("envelope-o"), href: "mailto:#{speaker.email}", title: "#{speaker.email}")
- if speaker.affiliation?
.text-muted
from