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

Version Path
bootstrap_leather-0.9.4 app/views/bootstrap_leather/_widgets.html.haml
bootstrap_leather-0.9.3 app/views/bootstrap_leather/_widgets.html.haml
bootstrap_leather-0.9.2 app/views/bootstrap_leather/_widgets.html.haml
bootstrap_leather-0.9.1 app/views/bootstrap_leather/_widgets.html.haml
bootstrap_leather-0.9.0 app/views/bootstrap_leather/_widgets.html.haml
bootstrap_leather-0.8.8 app/views/bootstrap_leather/_widgets.html.haml
bootstrap_leather-0.8.7 app/views/bootstrap_leather/_widgets.html.haml
bootstrap_leather-0.8.6 app/views/bootstrap_leather/_widgets.html.haml
bootstrap_leather-0.8.5 app/views/bootstrap_leather/_widgets.html.haml
bootstrap_leather-0.8.4 app/views/bootstrap_leather/_widgets.html.haml
bootstrap_leather-0.8.3 app/views/bootstrap_leather/_widgets.html.haml
bootstrap_leather-0.8.2 app/views/bootstrap_leather/_widgets.html.haml
bootstrap_leather-0.8.1 app/views/bootstrap_leather/_widgets.html.haml
bootstrap_leather-0.8.0 app/views/bootstrap_leather/_widgets.html.haml
bootstrap_leather-0.7.4 app/views/bootstrap_leather/_widgets.html.haml
bootstrap_leather-0.7.3 app/views/bootstrap_leather/_widgets.html.haml
bootstrap_leather-0.7.1 app/views/bootstrap_leather/_widgets.html.haml
bootstrap_leather-0.7.0 app/views/bootstrap_leather/_widgets.html.haml
bootstrap_leather-0.6.3 app/views/bootstrap_leather/_widgets.html.haml
bootstrap_leather-0.6.2 app/views/bootstrap_leather/_widgets.html.haml