You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
.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: 124)
|