mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-04 05:54:27 +00:00
9d55529318
simplify FanOutOnWriteService, add /api/accounts/lookup method
9 lines
304 B
Plaintext
9 lines
304 B
Plaintext
.account-grid-card
|
|
.account-grid-card__header
|
|
.avatar= image_tag account.avatar.url(:medium)
|
|
.name
|
|
= link_to url_for_target(account) do
|
|
%span.display_name= display_name(account)
|
|
%span.username= "@#{account.acct}"
|
|
%p.note= truncate(strip_tags(account.note), length: 150)
|