Browse Source

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

closed-social-v3
ThibG 3 years ago
committed by GitHub
parent
commit
0f38f9726a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/statuses/_simple_status.html.haml

+ 1
- 1
app/views/statuses/_simple_status.html.haml 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?

Loading…
Cancel
Save