about summary refs log tree commit diff
path: root/app/views/statuses/_detailed_status.html.haml
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2022-11-07 15:42:58 +0100
committerGitHub <noreply@github.com>2022-11-07 15:42:58 +0100
commite1227457f197f856764bdb27c61d527180f98862 (patch)
treeca6201bd39d03bd849d285045f88354277c6a742 /app/views/statuses/_detailed_status.html.haml
parent8515bc79628c6e753a09a7da42eff9ce7ed4ade7 (diff)
Fix links to the Web UI in notifications (#19981)
Most of the old routes are broken because of the /web removal.
Diffstat (limited to 'app/views/statuses/_detailed_status.html.haml')
-rw-r--r--app/views/statuses/_detailed_status.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/statuses/_detailed_status.html.haml b/app/views/statuses/_detailed_status.html.haml
index 37001b022..619406d89 100644
--- a/app/views/statuses/_detailed_status.html.haml
+++ b/app/views/statuses/_detailed_status.html.haml
@@ -77,4 +77,4 @@
 
     - if user_signed_in?
       ·
-      = link_to t('statuses.open_in_web'), web_url("statuses/#{status.id}"), class: 'detailed-status__application', target: '_blank'
+      = link_to t('statuses.open_in_web'), web_url("@#{status.account.pretty_acct}/#{status.id}"), class: 'detailed-status__application', target: '_blank'