Class: Tabulous::BootstrapPillRenderer
- Inherits:
-
BootstrapRenderer
- Object
- BaseRenderer
- CombinedRenderer
- BootstrapRenderer
- Tabulous::BootstrapPillRenderer
- Defined in:
- lib/tabulous/renderers/bootstrap_pill_renderer.rb
Instance Method Summary collapse
Methods inherited from CombinedRenderer
Methods inherited from BaseRenderer
Constructor Details
This class inherits a constructor from Tabulous::BaseRenderer
Instance Method Details
#tabs_html ⇒ Object
6 7 8 9 10 11 12 |
# File 'lib/tabulous/renderers/bootstrap_pill_renderer.rb', line 6 def tabs_html " <ul class=\"nav nav-pills\">\n \#{ tab_list_html }\n </ul>\n HTML\nend\n".strip_heredoc |