Sha256: 4016a282a5a91d9b58a7e7845790efa04a073e53f11e6eb9c7d2f899ef41b1e8

Contents?: true

Size: 368 Bytes

Versions: 2

Compression:

Stored size: 368 Bytes

Contents

- if widgets.any?
  - 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 => "well #{content_class}"}
        =widget[:body]

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bootstrap_leather-0.10.5 app/views/bootstrap_leather/widgets/_widgets.html.haml
bootstrap_leather-0.10.4 app/views/bootstrap_leather/widgets/_widgets.html.haml