added greenday event

This commit is contained in:
2017-11-12 13:27:10 +01:00
parent 299097e13f
commit 7bd9a0ab22
23 changed files with 401 additions and 1 deletions
+4
View File
@@ -57,6 +57,8 @@ SimpleNavigation::Configuration.run do |navigation|
# against the current URI. You may also use a proc, or the symbol <tt>:subpath</tt>.
#
primary.item :greendays, 'Gründonnerstag', greendays_path
unless supporter_signed_in?
primary.item :home, I18n.t('.shared.topnavigation.support'), "/#{I18n.locale}"
end
@@ -79,5 +81,7 @@ SimpleNavigation::Configuration.run do |navigation|
else
primary.item :home, I18n.t('.shared.topnavigation.sign_in'), new_supporter_session_path
end
end
end