about summary refs log tree commit diff
path: root/app/views/remote_unfollows/_post_follow_actions.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/remote_unfollows/_post_follow_actions.html.haml')
-rw-r--r--app/views/remote_unfollows/_post_follow_actions.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/remote_unfollows/_post_follow_actions.html.haml b/app/views/remote_unfollows/_post_follow_actions.html.haml
index 2a9c062e9..328f7c833 100644
--- a/app/views/remote_unfollows/_post_follow_actions.html.haml
+++ b/app/views/remote_unfollows/_post_follow_actions.html.haml
@@ -1,4 +1,4 @@
 .post-follow-actions
   %div= link_to t('authorize_follow.post_follow.web'), web_url("accounts/#{@account.id}"), class: 'button button--block'
-  %div= link_to t('authorize_follow.post_follow.return'), TagManager.instance.url_for(@account), class: 'button button--block'
+  %div= link_to t('authorize_follow.post_follow.return'), ActivityPub::TagManager.instance.url_for(@account), class: 'button button--block'
   %div= t('authorize_follow.post_follow.close')