mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
4 lines
158 B
Plaintext
4 lines
158 B
Plaintext
%ul.wizard-progress
|
|
%li{ ng: { repeat: "step in ['details','address','products','review']", class: '{current: view==step}' } }
|
|
{{ stepTitleFor(step) }}
|