diff options
author | ThibG <thib@sitedethib.com> | 2020-08-13 12:04:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-13 12:04:28 +0200 |
commit | 0f38f9726a0a9d8e13633424d03e79f54df047a4 (patch) | |
tree | 00a42464047256f6a92ca45415abe183f9187a9b /app/views | |
parent | 01647b8acb0d881609e1d6729e01e373a11030fb (diff) |
Fix hardcoded non-breaking space in public view (#14568)
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/statuses/_simple_status.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/statuses/_simple_status.html.haml b/app/views/statuses/_simple_status.html.haml index 363757945..0c0b57112 100644 --- a/app/views/statuses/_simple_status.html.haml +++ b/app/views/statuses/_simple_status.html.haml @@ -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? |