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

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