mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-02 03:39:03 +00:00
10 lines
256 B
Handlebars
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}}
|