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