Files
openfoodnetwork/app/assets/javascripts/templates/registration/steps.html.haml

6 lines
228 B
Plaintext

.row
.small-2.columns{ ng: { repeat: 'step in steps', class: "{active: currentStep == step}" } }
%div{ style: 'text-transform: uppercase; text-align: center;background-color: #000; color: #fff;'}
{{ step }}