about summary refs log tree commit diff
path: root/app/views/admin_mailer/new_trending_tag.text.erb
blob: f3087df3753c2cd2319ea250398c608c4fb77c83 (plain) (blame)
1
2
3
4
5
<%= raw t('application_mailer.salutation', name: display_name(@me)) %>

<%= raw t('admin_mailer.new_trending_tag.body', name: @tag.name) %>

<%= raw t('application_mailer.view')%> <%= admin_tags_url(review: 'pending_review') %>