Skip to content

Commit

Permalink
Merge pull request #2378 from josedonizetti/master
Browse files Browse the repository at this point in the history
fix static_navigation style
  • Loading branch information
mshibuya committed Aug 13, 2015
2 parents 4ee05f1 + 7fd418a commit 0e51899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/rails_admin/application_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def static_navigation
end.join

label = RailsAdmin::Config.navigation_static_label || t('admin.misc.navigation_static_label')
li_stack = %(<li class='nav-header'>#{label}</li>#{li_stack}).html_safe if li_stack.present?
li_stack = %(<li class='dropdown-header'>#{label}</li>#{li_stack}).html_safe if li_stack.present?
li_stack
end

Expand Down

0 comments on commit 0e51899

Please sign in to comment.