Sha256: 159fd70246ded8960752fa9e669bcd27f4bfd40b2e61845813d3f75ca771563e
Contents?: true
Size: 359 Bytes
Versions: 43
Compression:
Stored size: 359 Bytes
Contents
- unless widgets.nil? - for widget in widgets - html_options = widget[:html_options] - content_class = html_options[:content_class] - html_options[:content_class] = nil - html_options[:class] = 'column ' + column_class(device_class, column_width) %div{ html_options } %div{:class => "well #{content_class}"} =widget[:body]
Version data entries
43 entries across 43 versions & 1 rubygems