mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 01:51:41 +00:00
11 lines
306 B
Text
11 lines
306 B
Text
.alert.alert-info.alert-dismissible.fade.show{role: 'alert'}
|
|
- if help.respond_to? :each
|
|
%ul
|
|
- help.each do |h|
|
|
%li= raw h
|
|
- else
|
|
= raw help
|
|
%button.close{type: 'button',
|
|
data: { dismiss: 'alert' },
|
|
'aria-label': t('help.close') }
|
|
%span{'aria-hidden': true} ×
|