diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-10-24 18:18:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-24 18:18:08 +0200 |
commit | d723f2a0a88d4ac106638733b7ba17f8d205850a (patch) | |
tree | 6e719d7f4f78537f617de85997f5e8d60d43a912 /app/views | |
parent | 288e435fe536dc42fe7a13b8c965f21f8d68fb9e (diff) |
Fix RTL layout of status display names (#9075)
Fix #2350
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/stream_entries/_simple_status.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/stream_entries/_simple_status.html.haml b/app/views/stream_entries/_simple_status.html.haml index 1b00388b1..1a1dc37eb 100644 --- a/app/views/stream_entries/_simple_status.html.haml +++ b/app/views/stream_entries/_simple_status.html.haml @@ -15,6 +15,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? |