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/select-kit/addon/templates/components/select-kit/select-kit-row.hbs
Joffrey JAFFEUX 519528daa2
FIX: allows to use icon-picker in wizard (#13786)
- inlines dasherize helper in sk
- uses an ajax helper to load wizard's ajax lib when in wizard
- amends wizard's ajax lib to work with string as first arg
- disabled loading spinner in wizard as it's not available
2021-07-21 13:49:21 +02:00

8 lines
127 B
Handlebars

{{#each icons as |icon|}}
{{d-icon icon translatedtitle=dasherizedTitle}}
{{/each}}
<span class="name">
{{label}}
</span>