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

Closes #18129
This commit is contained in:
Chris Dzombak 2022-04-28 11:15:29 -04:00 committed by GitHub
parent 9b4024a389
commit 9bf04db23a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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') %>