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.

13 lines
382 B

  1. <%= raw t('application_mailer.salutation', name: display_name(@me)) %>
  2. <%= raw t('admin_mailer.new_trends.body') %>
  3. <% unless @links.empty? %>
  4. <%= render 'new_trending_links' %>
  5. <% end %>
  6. <% unless @tags.empty? %>
  7. <%= render 'new_trending_tags' unless @tags.empty? %>
  8. <% end %>
  9. <% unless @statuses.empty? %>
  10. <%= render 'new_trending_statuses' unless @statuses.empty? %>
  11. <% end %>