From fda08ecdb5bfa02088b0764a180d0ffa48d4b126 Mon Sep 17 00:00:00 2001 From: Carlos Coelho Date: Mon, 7 Mar 2016 09:47:21 -0300 Subject: [PATCH] Added email to social media section related to #764 Signed-off-by: Carlos Coelho --- app/views/conference/_social_media.html.haml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/views/conference/_social_media.html.haml b/app/views/conference/_social_media.html.haml index eefcbd0c..29eac688 100644 --- a/app/views/conference/_social_media.html.haml +++ b/app/views/conference/_social_media.html.haml @@ -17,3 +17,6 @@ - unless @conference.contact.googleplus.blank? = link_to "#{ @conference.contact.googleplus }" do %i.fa.fa-google-plus-square.fa-4x + - unless @conference.contact.email.blank? + = mail_to "#{ @conference.contact.email }" do + %i.fa.fa-envelope-o.fa-4x