You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
295 B
6 lines
295 B
<%= 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? %>
|