Fix incorrect link in "new trending tags" email (#18156)

Closes #18129
lolsob-rspec
Chris Dzombak 2022-04-28 11:15:29 -04:00 committed by GitHub
parent a9b2368115
commit 57e23df5b1
1 changed files with 1 additions and 1 deletions

View File

@ -11,4 +11,4 @@
<%= raw t('admin_mailer.new_trends.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') %>