Fix hardcoded non-breaking space in public view (#14568)

This commit is contained in:
ThibG 2020-08-13 12:04:28 +02:00 committed by GitHub
parent 01647b8acb
commit 0f38f9726a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
%span.display-name
%bdi
%strong.display-name__html.p-name.emojify= display_name(status.account, custom_emojify: true, autoplay: autoplay)
 
= ' '
%span.display-name__account
= acct(status.account)
= fa_icon('lock') if status.account.locked?