This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2017-01-01 10:52:25 -08:00
|
|
|
.account-card
|
|
|
|
.detailed-status__display-name
|
|
|
|
%div
|
|
|
|
= image_tag account.avatar.url(:original), alt: '', width: 48, height: 48, class: 'avatar'
|
|
|
|
|
|
|
|
%span.display-name
|
2017-01-09 19:40:45 -08:00
|
|
|
%strong.emojify= display_name(account)
|
2017-01-01 10:52:25 -08:00
|
|
|
%span= "@#{account.acct}"
|
|
|
|
|
|
|
|
- unless account.note.blank?
|
2017-01-09 19:40:45 -08:00
|
|
|
.account__header__content.emojify= Formatter.instance.simplified_format(account)
|