Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Fix link in new hashtag notification email (mastodon#17624)
Browse files Browse the repository at this point in the history
  • Loading branch information
noiob authored Feb 23, 2022
1 parent 7b816eb commit 0db101e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/admin_mailer/new_trending_tags.text.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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') %>

0 comments on commit 0db101e

Please sign in to comment.