about summary refs log tree commit diff
path: root/app/views/accounts/_header.html.haml
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2018-08-02 15:08:29 +0200
committerEugen Rochko <eugen@zeonfederated.com>2018-08-02 15:08:29 +0200
commitdad8a1baf2b042cd05ddb3abbe64093ef07921ab (patch)
tree678f54d8c97d70878c35ab3dfb60adb0d378dda3 /app/views/accounts/_header.html.haml
parent4da03a298a20e5007718764483544593556a5ed4 (diff)
Render custom emoji in display name on public profile (#8115)
Diffstat (limited to 'app/views/accounts/_header.html.haml')
-rw-r--r--app/views/accounts/_header.html.haml2
1 files changed, 1 insertions, 1 deletions
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?