Sha256: 18d3c193bc43941ae06e8b39c276e588bb4271750201aacd3295d574d59dfb91

Contents?: true

Size: 339 Bytes

Versions: 19

Compression:

Stored size: 339 Bytes

Contents

-# Rails flash messages styled for Twitter Bootstrap 3.0
- flash.each do |name, msg|
  - if msg.is_a?(String)
    %div{:class => "alert alert-#{name == :notice ? "success" : "danger"}"}
      %button.close{"aria-hidden" => "true", "data-dismiss" => "alert", :type => "button"} ×
      = 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/bootstrap3-messages.html.haml
rails_layout-0.5.5 lib/generators/layout/templates/bootstrap3-messages.html.haml
rails_layout-0.5.4 lib/generators/layout/templates/bootstrap3-messages.html.haml
rails_layout-0.5.3 lib/generators/layout/templates/bootstrap3-messages.html.haml
rails_layout-0.5.2 lib/generators/layout/templates/bootstrap3-messages.html.haml
rails_layout-0.5.1 lib/generators/layout/templates/bootstrap3-messages.html.haml
rails_layout-0.5.0 lib/generators/layout/templates/bootstrap3-messages.html.haml
rails_layout-0.4.2 lib/generators/layout/templates/bootstrap3-messages.html.haml
rails_layout-0.4.1 lib/generators/layout/templates/bootstrap3-messages.html.haml
rails_layout-0.3.0 lib/generators/layout/templates/bootstrap3-messages.html.haml
intersect_rails_layout-0.0.3 lib/generators/layout/templates/bootstrap3-messages.html.haml
intersect_rails_layout-0.0.2 lib/generators/layout/templates/bootstrap3-messages.html.haml
intersect_rails_layout-0.0.1 lib/generators/layout/templates/bootstrap3-messages.html.haml
rails_layout-0.2.2 lib/generators/layout/templates/bootstrap3-messages.html.haml
rails_layout-0.2.1 lib/generators/layout/templates/bootstrap3-messages.html.haml
rails_layout-0.2.0 lib/generators/layout/templates/bootstrap3-messages.html.haml
rails_layout-0.1.9 lib/generators/layout/templates/bootstrap3-messages.html.haml
rails_layout-0.1.8 lib/generators/layout/templates/bootstrap3-messages.html.haml
rails_layout-0.1.7 lib/generators/layout/templates/bootstrap3-messages.html.haml