Method: Megatron::TabHelper::Tabs#tab_button

Defined in:
app/helpers/megatron/tab_helper.rb

#tab_button(text, href) ⇒ Object



16
17
18
19
20
# File 'app/helpers/megatron/tab_helper.rb', line 16

def tab_button(text, href)
   :a, class: %w{tab-btn btn medium}, href: href do
    text
  end
end