From 32535294c974eb6ccbd2b7ed73a8bcb770cd91b3 Mon Sep 17 00:00:00 2001 From: Folker Bernitt Date: Mon, 19 Oct 2015 13:37:34 +0200 Subject: [bug] Only show donation if payment present --- app/views/layouts/_footer.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/_footer.html.haml b/app/views/layouts/_footer.html.haml index 3bba21f..ff84dff 100644 --- a/app/views/layouts/_footer.html.haml +++ b/app/views/layouts/_footer.html.haml @@ -15,4 +15,4 @@ = link_to icon('comment') + t(:contact), contact_path - if paid_service_level? = link_to icon('shopping-cart') + t(:pricing), pricing_path - = link_to icon('barcode') + t(:Donations), new_payment_path + = link_to icon('barcode') + t(:Donations), new_payment_path if APP_CONFIG[:payment].present? -- cgit v1.2.3