mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 15:26:03 +01:00
6 lines
No EOL
253 B
Text
6 lines
No EOL
253 B
Text
- 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 |