11 lines
337 B
Plaintext
11 lines
337 B
Plaintext
%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
|