From 37dbd376e90f190401b585553cb29cd43126dec0 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Thu, 5 Feb 2015 15:54:53 +1100 Subject: [PATCH] fixing indent --- app/views/groups/_contact.html.haml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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}