1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-12-02 00:38:27 +09:00
whippy-edition/app/views/authorize_follow/_card.html.haml

12 lines
361 B
Plaintext
Raw Normal View History

2017-01-02 03:52:25 +09:00
.account-card
.detailed-status__display-name
%div
= image_tag account.avatar.url(:original), alt: '', width: 48, height: 48, class: 'avatar'
%span.display-name
%strong.emojify= display_name(account)
2017-01-02 03:52:25 +09:00
%span= "@#{account.acct}"
- if account.note?
.account__header__content.emojify= Formatter.instance.simplified_format(account)