added greenday event
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user