Files
openfoodnetwork/app/assets/javascripts/templates/admin/info_dialog.html.haml
Maikel Linke ba51641271 Symbolise hash keys in HAML files
This was done by the haml-up script.
2024-02-22 15:01:14 +11:00

10 lines
251 B
Plaintext

#info-dialog{ "ng-class": "dialog_class" }
.message.clearfix.margin-bottom-30
.icon.text-center
%i{ "ng-class": "icon_class" }
.text
{{ message }}
.action-buttons.text-center
%button{ "ng-click": "close()" }
= t(:ok)