From e3af6664f997d4dff227fdcd0246eff516520e96 Mon Sep 17 00:00:00 2001 From: luca-marie Date: Fri, 26 Aug 2016 18:02:55 +0200 Subject: Adding config/config.yml file into .gitignore, cleaning up smaller typos --- app/views/home/_content.html.haml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'app/views/home/_content.html.haml') diff --git a/app/views/home/_content.html.haml b/app/views/home/_content.html.haml index 6efd2d0..a299295 100644 --- a/app/views/home/_content.html.haml +++ b/app/views/home/_content.html.haml @@ -8,8 +8,8 @@ .col-md-3 = render 'twitter/index' - - if Rails.env == 'development' - .row - %hr - %p -= link_to "make donation", new_payment_path if APP_CONFIG[:payment].present? + - if Rails.env == 'development' + .row + %hr + %p + = link_to "make donation", new_payment_path if APP_CONFIG[:payment].present? -- cgit v1.2.3