mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 14:06:04 +01:00
10 lines
334 B
Text
10 lines
334 B
Text
%noscript
|
|
.alert.alert-danger
|
|
= t 'messages.noscript'
|
|
|
|
- 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= t 'views.actions.close'
|
|
= value
|