2017-07-11 01:05:06 +09:00
|
|
|
- content_for :page_title do
|
|
|
|
= t('authorize_follow.title', acct: @account.acct)
|
|
|
|
|
|
|
|
.form-container
|
|
|
|
.follow-prompt
|
|
|
|
- if @account.locked?
|
|
|
|
%h2= t('authorize_follow.follow_request')
|
|
|
|
- else
|
|
|
|
%h2= t('authorize_follow.following')
|
|
|
|
|
2018-07-29 02:25:33 +09:00
|
|
|
= render 'application/card', account: @account
|
2017-07-11 01:05:06 +09:00
|
|
|
|
2018-03-24 20:50:41 +09:00
|
|
|
= render 'post_follow_actions'
|