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