mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-12 03:07:05 +00:00

* frontend - Module consolidation for some test modules and reduces errors from unsupported API calls * Fix broken test
8 lines
205 B
Handlebars
8 lines
205 B
Handlebars
{{#if @entity}}
|
|
{{#if hasblock}}
|
|
{{yield (hash field=(get @entity @options.fieldName))}}
|
|
{{else}}
|
|
<span class={{@options.className}}>{{get @entity @options.fieldName}}</span>
|
|
{{/if}}
|
|
{{/if}}
|