Files
openfoodnetwork/app/views/registration/steps/_steps.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

6 lines
327 B
Plaintext

%script{ type: "text/ng-template", id: "registration/steps.html" }
.row#progress-bar
.small-12.medium-2.columns.item{ "ng-repeat": 'step in steps', "ng-class": "{active: (currentStep() == step),'show-for-medium-up': (currentStep() != step)}" }
{{ $index+1 + ". " + ('registration.steps.' + step + '.title' | t) }}