Fix RTL layout of status display names (#9075)

Fix #2350
This commit is contained in:
Eugen Rochko 2018-10-24 18:18:08 +02:00 committed by GitHub
parent 288e435fe5
commit d723f2a0a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 11 deletions

View file

@ -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?