mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 06:06:05 +01:00
9 lines
290 B
Text
9 lines
290 B
Text
%noscript
|
|
.alert.alert-danger
|
|
= t(".noscript")
|
|
|
|
- flash.each do |key, value|
|
|
.alert.alert-dismissible{ class: "alert-#{bootstrap_color key}", role: :alert }
|
|
%button.btn-close{ type: :button, data: { bs_dismiss: :alert } }
|
|
%span.visually-hidden= t("voc.close")
|
|
= value
|