mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 13:46:03 +01:00
10 lines
No EOL
318 B
Text
10 lines
No EOL
318 B
Text
%noscript
|
|
.alert.alert-danger
|
|
Please activate JavaScript.
|
|
|
|
- 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 |