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

Methods inherited from Helper

inherited

Instance Method Details

#display(body) ⇒ Object



28
29
30
# File 'app/helpers/megatron/tab_helper.rb', line 28

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