From 71a5c8ee640e0e50cfaa414b89e0fbf7bf2b9dcc Mon Sep 17 00:00:00 2001 From: Markus Graf Date: Thu, 6 Jul 2017 16:51:04 +0200 Subject: [PATCH] Disable sponsoring and add sponsoring instead --- app/views/shared/_topnavigation.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/_topnavigation.slim b/app/views/shared/_topnavigation.slim index 0cb84cb..27342ed 100644 --- a/app/views/shared/_topnavigation.slim +++ b/app/views/shared/_topnavigation.slim @@ -9,7 +9,7 @@ = navbar_item t('.faq'), faq_path = navbar_item t('.numbers'), numbers_path = navbar_item t('.statements'), statements_path - = navbar_item t('.sponsoring'), sponsoring_path + = navbar_item t('donation'), donation_path = navbar_item t('.sign_in'), new_supporter_session_path unless supporter_signed_in? = navbar_item t('.sign_out'), destroy_supporter_session_path, nil, 'data-method' => :delete if supporter_signed_in? - if supporter_signed_in? && current_supporter.admin?