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