Class: ExpressAdmin::LayoutComponent
- Inherits:
-
ExpressTemplates::Components::Container
- Object
- ExpressTemplates::Components::Container
- ExpressAdmin::LayoutComponent
show all
- Defined in:
- app/components/express_admin/layout_component.rb
Instance Method Summary
collapse
Instance Method Details
#style_attributes ⇒ Object
6
7
8
9
10
11
|
# File 'app/components/express_admin/layout_component.rb', line 6
def style_attributes
attribs = config[:style] || {}
attribs.map do |k, v|
"#{k}: #{v}"
end.join('; ')
end
|