Arguments

This commit is contained in:
2017-04-11 08:46:21 +02:00
parent 7ce05f1ae4
commit 242e842100
8 changed files with 131 additions and 3 deletions
+1
View File
@@ -5,6 +5,7 @@
= navbar_item "Home", "/#{I18n.locale}"
= navbar_dropdown t('.initiative') do
= navbar_item t('.initiative_text'), initiative_text_path
= navbar_item t('.arguments'), arguments_path
= navbar_item t('.donation'), spenden_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?