This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
2018-04-08 13:40:22 +02: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 19:25:33 +02:00
|
|
|
= render 'application/card', account: @account
|
2018-04-08 13:40:22 +02:00
|
|
|
|
|
|
|
= render 'post_follow_actions'
|