lib/generators/chaltron/templates/config/navigation.rb in chaltron-0.1.6 vs lib/generators/chaltron/templates/config/navigation.rb in chaltron-0.2.0
- old
+ new
@@ -2,10 +2,10 @@
# Configures your navigation
SimpleNavigation::Configuration.run do |navigation|
# Specify a custom renderer if needed.
# The default renderer is SimpleNavigation::Renderer::List which renders HTML lists.
# The renderer can also be specified as option in the render_navigation call.
- navigation.renderer = SimpleNavigationRenderers::Bootstrap3
+ navigation.renderer = SimpleNavigationBootstrap::Bootstrap3
# Specify the class that will be applied to active navigation items.
# Defaults to 'selected' navigation.selected_class = 'your_selected_class'
# Specify the class that will be applied to the current leaf of