Class: EndView::Bootstrap::TabPane
- Inherits:
-
Object
- Object
- EndView::Bootstrap::TabPane
- Defined in:
- lib/end_view/bootstrap/tab_pane.rb
Instance Attribute Summary collapse
Instance Method Summary collapse
Instance Attribute Details
#active ⇒ Object
23 24 25 |
# File 'lib/end_view/bootstrap/tab_pane.rb', line 23 def active @active && 'active' end |
Instance Method Details
#label ⇒ Object
19 20 21 |
# File 'lib/end_view/bootstrap/tab_pane.rb', line 19 def label @label ||= Inflecto.humanize(id) end |
#render ⇒ Object
15 16 17 |
# File 'lib/end_view/bootstrap/tab_pane.rb', line 15 def render content || content_block.call end |