Sha256: ad6fb032a3ab1ffca25f4d0d3a1be73b42e70dc6fddaa92872506b086263a5c9

Contents?: true

Size: 272 Bytes

Versions: 15

Compression:

Stored size: 272 Bytes

Contents

-# Rails flash messages styled for Zurb Foundation 4
- flash.each do |name, msg|
  - if msg.is_a?(String)
    %div{:class => "alert-box round #{name == :notice ? "success" : "alert"}", "data-alert" => ""}
      = content_tag :div, msg
      %a.close{:href => "#"} ×

Version data entries

15 entries across 15 versions & 2 rubygems

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