2014-11-08 11:41:00 -08:00
|
|
|
%noscript
|
|
|
|
.alert.alert-danger
|
2022-07-31 07:01:28 -07:00
|
|
|
= t(".noscript")
|
2014-11-08 11:41:00 -08:00
|
|
|
|
2014-08-01 06:27:08 -07:00
|
|
|
- flash.each do |key, value|
|
2020-05-10 13:27:39 -07:00
|
|
|
.alert.alert-dismissible{ class: "alert-#{bootstrap_color key}", role: :alert }
|
2020-05-10 04:10:47 -07:00
|
|
|
%button.close{ type: :button, data: { dismiss: :alert } }
|
|
|
|
%span{ aria: { hidden: true } } ×
|
2022-07-30 09:50:46 -07:00
|
|
|
%span.sr-only= t("voc.close")
|
2015-06-06 15:24:27 -07:00
|
|
|
= value
|