5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-01 06:56:08 +00:00
panel/app/views/layouts/_help.haml
2018-02-24 22:10:37 -03:00

12 lines
306 B
Plaintext

.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} ×