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

lolsob-rspec
ThibG 2020-08-13 12:04:28 +02:00 committed by GitHub
parent 0043da909b
commit 191fc742e9
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?