mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
The style was already being shared with a sibling component. Now we can instantiate a plain old 'modal'.
9 lines
516 B
Plaintext
9 lines
516 B
Plaintext
%div{ id: @id, "data-controller": "help-modal", "data-action": "keyup@document->help-modal#closeIfEscapeKey" }
|
|
.reveal-modal-bg.fade{ "data-help-modal-target": "background", "data-action": "click->help-modal#close" }
|
|
.reveal-modal.fade.small.modal-component{ "data-help-modal-target": "modal" }
|
|
= content
|
|
|
|
- if close_button?
|
|
.text-center
|
|
%input{ class: "button icon-plus #{close_button_class}", type: 'button', value: t('js.admin.modals.got_it'), "data-action": "click->help-modal#close" }
|