diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-11-07 19:53:30 +0100 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2022-11-07 19:53:30 +0100 |
commit | be7032b9cf5fe0ed3461be4e880503a6d0463623 (patch) | |
tree | 2a9e7a00c4844e853cbe19c929c18941c8a803f9 /app/views/notification_mailer/mention.html.haml | |
parent | c493c967d67058a305006a09de66a1e08d877680 (diff) | |
parent | 3114c826a7a6b2b10bff722c59cca57abe7f819f (diff) |
Merge branch 'main' into glitch-soc/merge-upstream
Diffstat (limited to 'app/views/notification_mailer/mention.html.haml')
-rw-r--r-- | app/views/notification_mailer/mention.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notification_mailer/mention.html.haml b/app/views/notification_mailer/mention.html.haml index cfb7465c1..4ae9bb7b0 100644 --- a/app/views/notification_mailer/mention.html.haml +++ b/app/views/notification_mailer/mention.html.haml @@ -41,5 +41,5 @@ %tbody %tr %td.button-primary - = link_to web_url("statuses/#{@status.id}") do + = link_to web_url("@#{@status.account.pretty_acct}/#{@status.id}") do %span= t 'notification_mailer.mention.action' |