diff --git a/app/views/groups/_contact.html.haml b/app/views/groups/_contact.html.haml
index 8dd8c7724e..b4dcda8b04 100644
--- a/app/views/groups/_contact.html.haml
+++ b/app/views/groups/_contact.html.haml
@@ -5,17 +5,17 @@
%p.modal-header Contact
%p
- if @group.phone.present? && @group.phone != 'undefined'
- Call
- %a{tel: @group.phone}
- = @group.phone
+ Call
+ %a{tel: @group.phone}
+ = @group.phone
- if @group.email.present?
- Email
- %a{mailto: true, href: @group.email.reverse}
- = @group.email.gsub('@', ' at ').gsub('.', ' dot ')
+ Email
+ %a{mailto: true, href: @group.email.reverse}
+ = @group.email.gsub('@', ' at ').gsub('.', ' dot ')
- if @group.website.present?
- Website
- %a{href: @group.website}
- = @group.website
+ Website
+ %a{href: @group.website}
+ = @group.website
%div.contact-container{bindonce: true}