Class: Matestack::Ui::Bootstrap::Components::TabNav

Inherits:
Component
  • Object
show all
Defined in:
app/concepts/matestack/ui/bootstrap/components/tab_nav.rb

Instance Method Summary collapse

Instance Method Details

#responseObject



9
10
11
12
13
14
15
16
17
18
# File 'app/concepts/matestack/ui/bootstrap/components/tab_nav.rb', line 9

def response
  if items.present?
    ul nav_attributes do
      nav_items_partial
    end
  end
  div class: "tab-content", id: "#{id}Content" do
    yield_components
  end
end