Sha256: 44ef5616c7a3937e90c852b43adb0f0b7abe15e5ed655528a445e9244c0902e4

Contents?: true

Size: 337 Bytes

Versions: 22

Compression:

Stored size: 337 Bytes

Contents

-# Rails flash messages styled for Bootstrap 3.0
- flash.each do |name, msg|
  - if msg.is_a?(String)
    %div{:class => "alert alert-#{name.to_s == 'notice' ? 'success' : 'danger'}"}
      %button.close{"aria-hidden" => "true", "data-dismiss" => "alert", :type => "button"} ×
      = content_tag :div, msg, :id => "flash_#{name}"

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
rails_layout-1.0.29 lib/generators/layout/install/templates/bootstrap3-messages.html.haml
rails_layout-1.0.28 lib/generators/layout/install/templates/bootstrap3-messages.html.haml
rails_layout-1.0.27 lib/generators/layout/install/templates/bootstrap3-messages.html.haml
rails_layout-1.0.26 lib/generators/layout/install/templates/bootstrap3-messages.html.haml
rails_layout-1.0.25 lib/generators/layout/install/templates/bootstrap3-messages.html.haml
taxweb-frontend-0.5.7 app/views/layouts/taxweb-frontend/_messages.html.haml
rails_layout-1.0.24 lib/generators/layout/install/templates/bootstrap3-messages.html.haml
rails_layout-1.0.23 lib/generators/layout/install/templates/bootstrap3-messages.html.haml
rails_layout-1.0.22 lib/generators/layout/install/templates/bootstrap3-messages.html.haml
rails_layout-1.0.21 lib/generators/layout/install/templates/bootstrap3-messages.html.haml
rails_layout-1.0.20 lib/generators/layout/install/templates/bootstrap3-messages.html.haml
rails_layout-1.0.19 lib/generators/layout/install/templates/bootstrap3-messages.html.haml
rails_layout-1.0.18 lib/generators/layout/install/templates/bootstrap3-messages.html.haml
rails_layout-1.0.17 lib/generators/layout/install/templates/bootstrap3-messages.html.haml
rails_layout-1.0.16 lib/generators/layout/install/templates/bootstrap3-messages.html.haml
rails_layout-1.0.15 lib/generators/layout/install/templates/bootstrap3-messages.html.haml
rails_layout-1.0.14 lib/generators/layout/install/templates/bootstrap3-messages.html.haml
rails_layout-1.0.13 lib/generators/layout/install/templates/bootstrap3-messages.html.haml
rails_layout-1.0.12 lib/generators/layout/install/templates/bootstrap3-messages.html.haml
rails_layout-1.0.11 lib/generators/layout/install/templates/bootstrap3-messages.html.haml