2017-07-10 12:05:06 -04:00
|
|
|
- content_for :page_title do
|
2018-08-17 21:03:12 -04:00
|
|
|
= t('authorize_follow.title', acct: @resource.acct)
|
2017-07-10 12:05:06 -04:00
|
|
|
|
|
|
|
.form-container
|
|
|
|
.follow-prompt
|
2018-08-17 21:03:12 -04:00
|
|
|
- if @resource.locked?
|
2017-07-10 12:05:06 -04:00
|
|
|
%h2= t('authorize_follow.follow_request')
|
|
|
|
- else
|
|
|
|
%h2= t('authorize_follow.following')
|
|
|
|
|
2018-08-17 21:03:12 -04:00
|
|
|
= render 'application/card', account: @resource
|
2017-07-10 12:05:06 -04:00
|
|
|
|
2018-03-24 07:50:41 -04:00
|
|
|
= render 'post_follow_actions'
|