class Tabulous::BootstrapNavbarRenderer

Public Instance Methods

tabs_html() click to toggle source
# File lib/tabulous/renderers/bootstrap_navbar_renderer.rb, line 6
    def tabs_html
      <<-HTML.strip_heredoc
        <ul class="nav navbar-nav">
          #{ tab_list_html }
        </ul>
      HTML
    end