Adding public following and followers pages, fix #3
This commit is contained in:
parent
c349200761
commit
71ae4dd3d2
14 changed files with 220 additions and 28 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue