Browse Source

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

Closes #18129
closed-social-glitch-2
Chris Dzombak 2 years ago
committed by GitHub
parent
commit
9bf04db23a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/admin_mailer/_new_trending_tags.text.erb

+ 1
- 1
app/views/admin_mailer/_new_trending_tags.text.erb View File

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

Loading…
Cancel
Save