Adding public following and followers pages, fix #3
This commit is contained in:
8
app/views/accounts/_grid_card.html.haml
Normal file
8
app/views/accounts/_grid_card.html.haml
Normal file
@ -0,0 +1,8 @@
|
||||
.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= account.note
|
Reference in New Issue
Block a user