Files
openfoodnetwork/app/assets/javascripts/templates/help-modal.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
207 B
Plaintext

.row.help-icon
.small-12.text-center
%i.ofn-i_013-help
.row.help-text
.small-12.columns.text-center
{{ helpText }}
.row.text-center
%button.primary.small{ "ng-click": '$close()' }
= t(:ok)