diff options
author | luca-marie <ml.kochsiek@fu-berlin.de> | 2016-08-26 18:02:55 +0200 |
---|---|---|
committer | thea <ta.kupler@gmail.com> | 2016-09-01 12:09:37 +0200 |
commit | e3af6664f997d4dff227fdcd0246eff516520e96 (patch) | |
tree | da782025fbec85badeda1b15115cf405ba93b885 /app/views/home/_content.html.haml | |
parent | 62fb9ec13d2a34e152e270c3bdbf86766eb10373 (diff) |
Adding config/config.yml file into .gitignore, cleaning up smaller typos
Diffstat (limited to 'app/views/home/_content.html.haml')
-rw-r--r-- | app/views/home/_content.html.haml | 10 |
1 files changed, 5 insertions, 5 deletions
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? |