about summary refs log tree commit diff
path: root/app/views/statuses
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2022-11-07 19:53:30 +0100
committerClaire <claire.github-309c@sitedethib.com>2022-11-07 19:53:30 +0100
commitbe7032b9cf5fe0ed3461be4e880503a6d0463623 (patch)
tree2a9e7a00c4844e853cbe19c929c18941c8a803f9 /app/views/statuses
parentc493c967d67058a305006a09de66a1e08d877680 (diff)
parent3114c826a7a6b2b10bff722c59cca57abe7f819f (diff)
Merge branch 'main' into glitch-soc/merge-upstream
Diffstat (limited to 'app/views/statuses')
-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'