Fix links to the Web UI in notifications (#19981)
Most of the old routes are broken because of the /web removal.
This commit is contained in:
@@ -42,4 +42,4 @@
|
||||
= link_to a.remote_url, a.remote_url
|
||||
|
||||
%p.status-footer
|
||||
= link_to l(status.created_at), web_url("statuses/#{status.id}")
|
||||
= link_to l(status.created_at), web_url("@#{status.account.pretty_acct}/#{status.id}")
|
||||
|
||||
Reference in New Issue
Block a user