mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 21:08:07 +01: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? %>
|