2019-08-31 20:51:14 -07:00

10 lines
256 B
Handlebars

{{#if this.entityType}}
<span class={{concat this.baseComponentClass "__value"}}>
{{#link-to "lists.entity" this.entityType.displayName}}
<strong>
{{this.displayName}} ({{this.count}})
</strong>
{{/link-to}}
</span>
{{/if}}