6 lines
253 B
Plaintext
6 lines
253 B
Plaintext
|
- flash.each do |key, value|
|
||
|
.alert.alert-dismissible{class: "alert-#{bootstrap_color key}", role: "alert"}
|
||
|
%button.close{type: "button", "data-dismiss" => "alert"}
|
||
|
%span{"aria-hidden" => "true"} ×
|
||
|
%span.sr-only Close
|
||
|
= value
|