mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
5 lines
295 B
Text
5 lines
295 B
Text
<%= raw t('admin_mailer.new_trends.body') %>
|
|
|
|
<%= render partial: 'new_trending_links', object: @links unless @links.empty? %>
|
|
<%= render partial: 'new_trending_tags', object: @tags unless @tags.empty? %>
|
|
<%= render partial: 'new_trending_statuses', object: @statuses unless @statuses.empty? %>
|