Add page for authorizing/rejecting follow requests

This commit is contained in:
Eugen Rochko 2016-12-23 00:04:52 +01:00
parent 3c841c7306
commit b302b9202b
14 changed files with 99 additions and 10 deletions

View file

@ -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)