From: ThibG Date: Thu, 2 Aug 2018 13:08:29 +0000 (+0200) Subject: Render custom emoji in display name on public profile (#8115) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=dad8a1baf2b042cd05ddb3abbe64093ef07921ab;p=mastodon.git Render custom emoji in display name on public profile (#8115) --- diff --git a/app/views/accounts/_header.html.haml b/app/views/accounts/_header.html.haml index e343be820..d3b9893c4 100644 --- a/app/views/accounts/_header.html.haml +++ b/app/views/accounts/_header.html.haml @@ -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?