mirror of
https://github.com/mastodon/mastodon.git
synced 2025-03-29 09:10:44 +01:00
fix tests (the recorded Salmon fixture expects LOCAL_DOMAIN to be something specific unfortunately)
8 lines
292 B
Text
8 lines
292 B
Text
.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)
|