Files
openfoodnetwork/app/views/registration/steps/_steps.html.haml

6 lines
325 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', class: "{active: (currentStep() == step),'show-for-medium-up': (currentStep() != step)}" } }
{{ $index+1 + ". " + ('registration.steps.' + step + '.title' | t) }}