Costs content

This commit is contained in:
2017-04-12 22:53:08 +02:00
parent e86e6102d5
commit 5b069a1aa4
8 changed files with 145 additions and 1 deletions
+1
View File
@@ -7,6 +7,7 @@
= navbar_item t('.initiative_text'), initiative_text_path
= navbar_item t('.arguments'), arguments_path
= navbar_item t('.faq'), faq_path
= navbar_item t('.numbers'), numbers_path
= navbar_item t('.sponsoring'), sponsoring_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?