Skip to content
Snippets Groups Projects
Commit dad8a1ba authored by ThibG's avatar ThibG Committed by Eugen Rochko
Browse files

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

parent 4da03a29
No related branches found
No related tags found
No related merge requests found
......@@ -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?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment