diff options
Diffstat (limited to 'app/views/remote_unfollows')
-rw-r--r-- | app/views/remote_unfollows/success.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/remote_unfollows/success.html.haml b/app/views/remote_unfollows/success.html.haml index aa3c838a0..b007eedc7 100644 --- a/app/views/remote_unfollows/success.html.haml +++ b/app/views/remote_unfollows/success.html.haml @@ -5,6 +5,6 @@ .follow-prompt %h2= t('remote_unfollow.unfollowed') - = render 'card', account: @account + = render 'application/card', account: @account = render 'post_follow_actions' |