Class: Megatron::TabHelper::BoxTabs

Inherits:
Tabs
  • Object
show all
Defined in:
app/helpers/megatron/tab_helper.rb

Instance Method Summary collapse

Methods inherited from Tabs

#tab, #tab_button

Instance Method Details

#display(body) ⇒ Object



24
25
26
# File 'app/helpers/megatron/tab_helper.rb', line 24

def display(body)
  (:nav, class: 'box-tabs') { body }
end