discourse/app/assets/javascripts/select-kit/addon/templates/components/flair-row.hbs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
173 B
Handlebars
Raw Normal View History

{{#if item.url}}
{{avatar-flair
flairName=item.name
flairUrl=item.url
flairBgColor=item.bgColor
flairColor=item.color
}}
{{/if}}
<span>{{label}}</span>