summaryrefslogtreecommitdiff
path: root/app/views/home/_content.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/home/_content.html.haml')
-rw-r--r--app/views/home/_content.html.haml13
1 files changed, 8 insertions, 5 deletions
diff --git a/app/views/home/_content.html.haml b/app/views/home/_content.html.haml
index d96a1e0..936e05d 100644
--- a/app/views/home/_content.html.haml
+++ b/app/views/home/_content.html.haml
@@ -5,8 +5,11 @@
.row-fluid
= home_page_buttons
- - if Rails.env == 'development'
- .row-fluid
- %hr
- %p
- = link_to "make donation", new_payment_path if APP_CONFIG[:payment].present?
+.row-fluid
+ = render 'home/provider_message'
+
+- if Rails.env == 'development'
+ .row-fluid
+ %hr
+ %p
+ = link_to "make donation", new_payment_path if APP_CONFIG[:payment].present?