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:
parent
8515bc7962
commit
e1227457f1
9 changed files with 9 additions and 9 deletions
|
@ -39,5 +39,5 @@
|
|||
%tbody
|
||||
%tr
|
||||
%td.button-primary
|
||||
= link_to web_url("accounts/#{@account.id}") do
|
||||
= link_to web_url("@#{@account.pretty_acct}") do
|
||||
%span= t 'application_mailer.view_profile'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue