mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 09:56:03 +01:00
10 lines
321 B
Text
10 lines
321 B
Text
%noscript
|
|
.alert.alert-danger
|
|
= t(".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("voc.close")
|
|
= value
|