mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
12 lines
355 B
Text
12 lines
355 B
Text
|
.account-card
|
||
|
.detailed-status__display-name
|
||
|
%div
|
||
|
= image_tag account.avatar.url(:original), alt: '', width: 48, height: 48, class: 'avatar'
|
||
|
|
||
|
%span.display-name
|
||
|
%strong= display_name(account)
|
||
|
%span= "@#{account.acct}"
|
||
|
|
||
|
- unless account.note.blank?
|
||
|
.account__header__content= Formatter.instance.simplified_format(account)
|