mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Render custom emoji in display name on public profile (#8115)
This commit is contained in:
parent
4da03a298a
commit
dad8a1baf2
@ -7,7 +7,7 @@
|
|||||||
.public-account-header__tabs
|
.public-account-header__tabs
|
||||||
.public-account-header__tabs__name
|
.public-account-header__tabs__name
|
||||||
%h1
|
%h1
|
||||||
= display_name(account)
|
= display_name(account, custom_emojify: true)
|
||||||
%small
|
%small
|
||||||
= acct(account)
|
= acct(account)
|
||||||
= fa_icon('lock') if account.locked?
|
= fa_icon('lock') if account.locked?
|
||||||
|
Loading…
Reference in New Issue
Block a user