about summary refs log tree commit diff
path: root/app/views/authorize_interactions
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2022-11-07 21:07:01 +0100
committerGitHub <noreply@github.com>2022-11-07 21:07:01 +0100
commitac219dd1f6d660d3728c5881c4eb3b672fea432e (patch)
treefd2f30f2cb28a964442cc7b10d8ad8729bd659d2 /app/views/authorize_interactions
parentc493c967d67058a305006a09de66a1e08d877680 (diff)
parent2bc22be66cf09ed19eb7fb23b08324882a73b2b9 (diff)
Merge pull request #1903 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'app/views/authorize_interactions')
-rw-r--r--app/views/authorize_interactions/_post_follow_actions.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/authorize_interactions/_post_follow_actions.html.haml b/app/views/authorize_interactions/_post_follow_actions.html.haml
index dd71160e2..e30097964 100644
--- a/app/views/authorize_interactions/_post_follow_actions.html.haml
+++ b/app/views/authorize_interactions/_post_follow_actions.html.haml
@@ -1,4 +1,4 @@
 .post-follow-actions
-  %div= link_to t('authorize_follow.post_follow.web'), web_url("accounts/#{@resource.id}"), class: 'button button--block'
+  %div= link_to t('authorize_follow.post_follow.web'), web_url("@#{@resource.pretty_acct}"), class: 'button button--block'
   %div= link_to t('authorize_follow.post_follow.return'), ActivityPub::TagManager.instance.url_for(@resource), class: 'button button--block'
   %div= t('authorize_follow.post_follow.close')