Fix link in new hashtag notification email (#17624)

It's currently https://example.org/admin/trends/tags?pending_review=1 but should be https://example.org/admin/trends/tags?status=pending_review
lolsob-rspec
noiob 2022-02-23 16:51:09 +01:00 committed by GitHub
parent eef9eec5d3
commit 8a11284b42
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@
<%= t('admin_mailer.new_trending_tags.no_approved_tags') %>
<% end %>
<%= raw t('application_mailer.view')%> <%= admin_trends_tags_url(pending_review: '1') %>
<%= raw t('application_mailer.view')%> <%= admin_trends_tags_url(status: 'pending_review') %>