Class: Megatron::TabHelper::BoxTabs
- Defined in:
- app/helpers/megatron/tab_helper.rb
Instance Method Summary collapse
Methods inherited from Tabs
Instance Method Details
#display(body) ⇒ Object
24 25 26 |
# File 'app/helpers/megatron/tab_helper.rb', line 24 def display(body) content_tag(:nav, class: 'box-tabs') { body } end |