diff --git a/app/views/proposals/show.html.haml b/app/views/proposals/show.html.haml
index c181e283..19f9371f 100644
--- a/app/views/proposals/show.html.haml
+++ b/app/views/proposals/show.html.haml
@@ -36,7 +36,8 @@
.col-md-8
%h4
= link_to speaker.name, user_path(speaker.id)
- = "(#{speaker.email})"
+ - if speaker.email_public?
+ = "(#{speaker.email})"
- if speaker.affiliation?
.text-muted
from