Files
openfoodnetwork/app/assets/javascripts/templates/admin/info_dialog.html.haml
2016-06-17 14:47:04 +10:00

10 lines
245 B
Plaintext

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