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:
Claire 2022-11-07 15:42:58 +01:00 committed by GitHub
parent 8515bc7962
commit e1227457f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 9 additions and 9 deletions

View file

@ -2,4 +2,4 @@
<%= raw t('notification_mailer.follow.body', name: @account.pretty_acct) %>
<%= raw t('application_mailer.view')%> <%= web_url("accounts/#{@account.id}") %>
<%= raw t('application_mailer.view')%> <%= web_url("@#{@account.pretty_acct}") %>