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
|
|
|
|
= 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-28 10:25:33 -07:00
|
|
|
= render 'application/card', account: @account
|
2017-07-10 09:05:06 -07:00
|
|
|
|
2018-03-24 04:50:41 -07:00
|
|
|
= render 'post_follow_actions'
|