This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/wizard/addon/templates/step.hbs
Jarek Radosz fcb4e5a1a1
DEV: Make wizard an ember addon (#17027)
Co-authored-by: David Taylor <david@taylorhq.com>
2022-06-17 14:50:21 +02:00

7 lines
99 B
Handlebars

{{wizard-step
step=step
wizard=wizard
goNext=(action "goNext")
goBack=(action "goBack")
}}