mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-04 05:54:27 +00:00
46cbb9c551
fix tests (the recorded Salmon fixture expects LOCAL_DOMAIN to be something specific unfortunately)
9 lines
292 B
Plaintext
9 lines
292 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(account.note, length: 150)
|