Render custom emoji in display name on public profile (#8115)

th-downstream
ThibG 6 years ago committed by Eugen Rochko
parent 9e0015e834
commit 8f61dfe044

@ -7,7 +7,7 @@
.public-account-header__tabs
.public-account-header__tabs__name
%h1
= display_name(account)
= display_name(account, custom_emojify: true)
%small
= acct(account)
= fa_icon('lock') if account.locked?

Loading…
Cancel
Save