Class: Matestack::Ui::Bootstrap::Components::ListGroup

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

Instance Method Summary collapse

Instance Method Details

#responseObject



10
11
12
13
14
15
# File 'app/concepts/matestack/ui/bootstrap/components/list_group.rb', line 10

def response 
  ul list_group_attributes do
    yield_components unless items
    list_partial if items
  end
end