Class: ExpressAdmin::LayoutComponent

Inherits:
ExpressTemplates::Components::Container
  • Object
show all
Defined in:
app/components/express_admin/layout_component.rb

Instance Method Summary collapse

Instance Method Details

#style_attributesObject



10
11
12
13
14
15
# File 'app/components/express_admin/layout_component.rb', line 10

def style_attributes
  attribs = config[:style] || {}
  attribs.map do |k, v|
    "#{k}: #{v}"
  end.join('; ')
end