discourse/app/assets/javascripts/wizard/addon/templates/components/staff-count.hbs
Peter Wagenet 371bbadb92
No implicit this codemod (#17235)
* Run no-implicit-this codemod for app templates
* Run tagless-ember-components-codemod for plugins
* Turn on no-implicit-this lint
2022-07-05 19:41:31 +02:00

6 lines
130 B
Handlebars

{{#if this.showStaffCount}}
<div class="staff-count">
{{i18n "wizard.staff_count" count=this.field.value}}
</div>
{{/if}}