Class: ExpressUi::Panel
- Inherits:
-
ExpressTemplates::Container
- Object
- ExpressTemplates::Container
- ExpressUi::Panel
- Defined in:
- app/components/express_ui/panel.rb
Instance Method Summary collapse
Instance Method Details
#panel_footer ⇒ Object
23 24 25 |
# File 'app/components/express_ui/panel.rb', line 23 def config[:footer] end |
#panel_header ⇒ Object
27 28 29 30 31 32 33 34 |
# File 'app/components/express_ui/panel.rb', line 27 def panel_header case config[:header] when String config[:header] else config[:id].to_s.titleize end end |