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.
2018-04-08 04:40:22 -07:00
|
|
|
- content_for :page_title do
|
|
|
|
= t('remote_unfollow.title', acct: @account.acct)
|
|
|
|
|
|
|
|
.form-container
|
|
|
|
.follow-prompt
|
|
|
|
%h2= t('remote_unfollow.unfollowed')
|
|
|
|
|
2018-07-28 10:25:33 -07:00
|
|
|
= render 'application/card', account: @account
|
2018-04-08 04:40:22 -07:00
|
|
|
|
|
|
|
= render 'post_follow_actions'
|