mirror of
https://github.com/datahub-project/datahub.git
synced 2026-01-07 15:27:05 +00:00
10 lines
361 B
Handlebars
10 lines
361 B
Handlebars
{{#if @value}}
|
|
<span
|
|
class="{{this.baseClass}} nacho-pill nacho-pill--small
|
|
{{if @field.component.attrs.styleModifier (concat this.baseClass @field.component.attrs.styleModifier)}}
|
|
{{if @styleModifier (concat this.baseClass @styleModifier)}}"
|
|
>
|
|
{{if @field.component.attrs.titleize (titleize @value) @value}}
|
|
</span>
|
|
{{/if}}
|