Sha256: 2c284b44399510b8af582efdea7cd389f0e9f21ff4364416e3f935c2f46ae496

Contents?: true

Size: 290 Bytes

Versions: 1

Compression:

Stored size: 290 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails_layout-0.1.7 lib/generators/layout/templates/foundation4-messages.html.haml