Class: Matestack::Ui::Bootstrap::Components::ListGroup
- Inherits:
-
Component
- Object
- Component
- Matestack::Ui::Bootstrap::Components::ListGroup
- Defined in:
- app/concepts/matestack/ui/bootstrap/components/list_group.rb
Instance Method Summary collapse
Instance Method Details
#response ⇒ Object
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 |