mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 04:41:43 +00:00
12 lines
306 B
Text
12 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} ×
|