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?