mirror of
https://github.com/discourse/discourse.git
synced 2025-02-15 14:53:02 +08:00
![Bianca Nenciu](/assets/img/avatar_default.png)
User flair was given by user's primary group. This PR separates the two, adds a new field to the user model for flair group ID and users can select their flair from user preferences now.
11 lines
173 B
Handlebars
11 lines
173 B
Handlebars
{{#if item.url}}
|
|
{{avatar-flair
|
|
flairName=item.name
|
|
flairUrl=item.url
|
|
flairBgColor=item.bgColor
|
|
flairColor=item.color
|
|
}}
|
|
{{/if}}
|
|
|
|
<span>{{label}}</span>
|