Files
openfoodnetwork/app/assets/javascripts/templates/help-modal.html.haml
Rob Harrington 32622c77bc Add basic help modal directive
Useful for showing help text that is too long for a tool tip
2018-06-22 15:39:47 +10:00

10 lines
210 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)