Method: Megatron::TabHelper::Tabs#display
- Defined in:
- app/helpers/megatron/tab_helper.rb
#display(body) ⇒ Object
22 23 24 |
# File 'app/helpers/megatron/tab_helper.rb', line 22 def display(body) content_tag(:nav, class: 'tabs') { body } end |