class Navigatrix::Rendering::Strategies::Bootstrap::Tabs

Private Instance Methods

html_attributes() click to toggle source
Calls superclass method
# File lib/navigatrix/rendering/strategies/bootstrap/tabs.rb, line 9
def html_attributes
  super.merge_attribute(:class, "nav nav-tabs")
end