Sha256: 286033e1f3a8a2c44948178f8df3065e5639c6f974537b41abd62a630046c07a

Contents?: true

Size: 334 Bytes

Versions: 35

Compression:

Stored size: 334 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

35 entries across 34 versions & 1 rubygems

Version Path
keppler-2.1.22 installer/core/app/views/app/layouts/_messages.html.haml
keppler-2.1.21 installer/core/app/views/app/layouts/_messages.html.haml
keppler-2.1.20 installer/core/app/views/app/layouts/_messages.html.haml
keppler-2.1.19 installer/core/app/views/app/layouts/_messages.html.haml
keppler-2.1.18 installer/core/app/views/app/layouts/_messages.html.haml
keppler-2.1.18 testing-with-2.1.18/app/views/app/layouts/_messages.html.haml
keppler-2.1.17 installer/core/app/views/app/layouts/_messages.html.haml
keppler-2.1.16 installer/core/app/views/app/layouts/_messages.html.haml
keppler-2.1.15 installer/core/app/views/app/layouts/_messages.html.haml
keppler-2.1.14 installer/core/app/views/app/layouts/_messages.html.haml
keppler-2.1.13 installer/core/app/views/app/layouts/_messages.html.haml
keppler-2.1.12 installer/core/app/views/app/layouts/_messages.html.haml
keppler-2.1.11 installer/core/app/views/app/layouts/_messages.html.haml
keppler-2.1.10 installer/core/app/views/app/layouts/_messages.html.haml
keppler-2.1.9 installer/core/app/views/app/layouts/_messages.html.haml
keppler-2.1.8 installer/core/app/views/app/layouts/_messages.html.haml
keppler-2.1.7 installer/core/app/views/app/layouts/_messages.html.haml
keppler-2.1.6 installer/core/app/views/app/layouts/_messages.html.haml
keppler-2.1.5 installer/core/app/views/app/layouts/_messages.html.haml
keppler-2.1.4 installer/core/app/views/app/layouts/_messages.html.haml