Sha256: 173108ae075f697d29b254e60eddb133abbdd1928ed884bfeb5111cbc8e5fa07

Contents?: true

Size: 289 Bytes

Versions: 19

Compression:

Stored size: 289 Bytes

Contents

-# Rails flash messages styled for Twitter Bootstrap 2.3
- flash.each do |name, msg|
  - if msg.is_a?(String)
    %div{:class => "alert alert-#{name == :notice ? "success" : "error"}"}
      %a.close{"data-dismiss" => "alert"} ×
      = content_tag :div, msg, :id => "flash_#{name}"

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
rails_layout-0.5.6 lib/generators/layout/templates/bootstrap2-messages.html.haml
rails_layout-0.5.5 lib/generators/layout/templates/bootstrap2-messages.html.haml
rails_layout-0.5.4 lib/generators/layout/templates/bootstrap2-messages.html.haml
rails_layout-0.5.3 lib/generators/layout/templates/bootstrap2-messages.html.haml
rails_layout-0.5.2 lib/generators/layout/templates/bootstrap2-messages.html.haml
rails_layout-0.5.1 lib/generators/layout/templates/bootstrap2-messages.html.haml
rails_layout-0.5.0 lib/generators/layout/templates/bootstrap2-messages.html.haml
rails_layout-0.4.2 lib/generators/layout/templates/bootstrap2-messages.html.haml
rails_layout-0.4.1 lib/generators/layout/templates/bootstrap2-messages.html.haml
rails_layout-0.3.0 lib/generators/layout/templates/bootstrap2-messages.html.haml
intersect_rails_layout-0.0.3 lib/generators/layout/templates/bootstrap2-messages.html.haml
intersect_rails_layout-0.0.2 lib/generators/layout/templates/bootstrap2-messages.html.haml
intersect_rails_layout-0.0.1 lib/generators/layout/templates/bootstrap2-messages.html.haml
rails_layout-0.2.2 lib/generators/layout/templates/bootstrap2-messages.html.haml
rails_layout-0.2.1 lib/generators/layout/templates/bootstrap2-messages.html.haml
rails_layout-0.2.0 lib/generators/layout/templates/bootstrap2-messages.html.haml
rails_layout-0.1.9 lib/generators/layout/templates/bootstrap2-messages.html.haml
rails_layout-0.1.8 lib/generators/layout/templates/bootstrap2-messages.html.haml
rails_layout-0.1.7 lib/generators/layout/templates/bootstrap2-messages.html.haml