class Tabulous::BootstrapPillRenderer

Public Instance Methods

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