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

master
ThibG 6 years ago committed by Eugen Rochko
parent 4da03a298a
commit dad8a1baf2
  1. 2
      app/views/accounts/_header.html.haml

@ -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…
Cancel
Save