Add page for authorizing/rejecting follow requests
This commit is contained in:
parent
3c841c7306
commit
b302b9202b
14 changed files with 99 additions and 10 deletions
|
@ -9,7 +9,9 @@
|
|||
.avatar= image_tag @account.avatar.url( :original)
|
||||
%h1.name
|
||||
= display_name(@account)
|
||||
%small= "@#{@account.username}"
|
||||
%small
|
||||
= "@#{@account.username}"
|
||||
= fa_icon('lock') if @account.locked?
|
||||
.details
|
||||
.bio
|
||||
.account__header__content= Formatter.instance.simplified_format(@account)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue