5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-01 04:06:08 +00:00
panel/app/views/layouts/_help.haml
2023-03-28 18:52:42 -03:00

13 lines
319 B
Plaintext

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