<% if logo_url.blank? %> <%= SiteSetting.title %> <% else %> <% end %>
<%= raw(t 'user_notifications.mailing_list.why', site_link: html_site_link(@anchor_color), date: @since_formatted) %>

<%= t('user_notifications.mailing_list.new_topics') %>

    <% @new_topic_posts.keys.each do |topic| %>
  • <%= raw format_topic_title(topic.title) %> <%= @new_topic_posts[topic].length %> <%= category_badge(topic.category, inline_style: true, absolute_url: true) %>
  • <% end %>

<%= t('user_notifications.mailing_list.topic_updates') %>

    <% @existing_topic_posts.keys.each do |topic| %>
  • <%= raw format_topic_title(topic.title) %> <%= @existing_topic_posts[topic].length %> <%= category_badge(topic.category, inline_style: true, absolute_url: true) %>
  • <% end %>
<% @posts_by_topic.keys.each do |topic| %> <% end %>

<%= raw format_topic_title(topic.title) %>

<% @posts_by_topic[topic].each do |post| %>

'><%= post.user.name || post.user.username %> - <%= I18n.l(post.created_at, format: :long) %>

<%= raw format_for_email(post, false) %>
<% end %> <%= t('user_notifications.mailing_list.view_this_topic') %>
<%= t('user_notifications.mailing_list.back_to_top') %>