Files
openfoodnetwork/app/views/admin/subscriptions/_wizard_progress.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

4 lines
160 B
Plaintext

%ul.wizard-progress
%li{ "ng-repeat": "step in ['details','address','products','review']", "ng-class": '{current: view==step}' }
{{ stepTitleFor(step) }}