This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2017-07-10 09:05:06 -07:00
|
|
|
- content_for :page_title do
|
2018-08-17 18:03:12 -07:00
|
|
|
= t('authorize_follow.title', acct: @resource.acct)
|
2017-07-10 09:05:06 -07:00
|
|
|
|
|
|
|
.form-container
|
|
|
|
.follow-prompt
|
2018-08-17 18:03:12 -07:00
|
|
|
- if @resource.locked?
|
2017-07-10 09:05:06 -07:00
|
|
|
%h2= t('authorize_follow.follow_request')
|
|
|
|
- else
|
|
|
|
%h2= t('authorize_follow.following')
|
|
|
|
|
2018-08-17 18:03:12 -07:00
|
|
|
= render 'application/card', account: @resource
|
2017-07-10 09:05:06 -07:00
|
|
|
|
2018-03-24 04:50:41 -07:00
|
|
|
= render 'post_follow_actions'
|