Sha256: fe0b0f96aadb1a085d45179abd51bf586e0a89856090ace37f8f0669e237ae5f

Contents?: true

Size: 362 Bytes

Versions: 7

Compression:

Stored size: 362 Bytes

Contents

- if widgets.present?
  - widgets.each do |widget|
    :ruby
      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 => content_class}
        =widget[:body]

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
bootstrap_leather-0.10.14 app/views/bootstrap_leather/widgets/_widgets.html.haml
bootstrap_leather-0.10.13 app/views/bootstrap_leather/widgets/_widgets.html.haml
bootstrap_leather-0.10.11 app/views/bootstrap_leather/widgets/_widgets.html.haml
bootstrap_leather-0.10.10 app/views/bootstrap_leather/widgets/_widgets.html.haml
bootstrap_leather-0.10.9 app/views/bootstrap_leather/widgets/_widgets.html.haml
bootstrap_leather-0.10.8 app/views/bootstrap_leather/widgets/_widgets.html.haml
bootstrap_leather-0.10.7 app/views/bootstrap_leather/widgets/_widgets.html.haml