Browse Source

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

pull/4/head
ThibG 5 years ago
committed by Eugen Rochko
parent
commit
dad8a1baf2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/accounts/_header.html.haml

+ 1
- 1
app/views/accounts/_header.html.haml View File

@ -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