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
|
@ -5,4 +5,4 @@
|
|||
<% end %>
|
||||
> <%= raw word_wrap(extract_status_plain_text(status), break_sequence: "\n> ") %>
|
||||
|
||||
<%= raw t('application_mailer.view')%> <%= web_url("statuses/#{status.id}") %>
|
||||
<%= raw t('application_mailer.view')%> <%= web_url("@#{status.account.pretty_acct}/#{status.id}") %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue