<% 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') %>
|
<%= raw format_topic_title(topic.title) %> |
<% @posts_by_topic[topic].each do |post| %>
<%- if show_username_on_post(post) %> <%= post.user.username %> <% end %> <%- if show_name_on_post(post) %> - <%= post.user.name %> <% end %> - <%= I18n.l(post.created_at, format: :long) %> <%= raw format_for_email(post, false) %> |
<%= t('user_notifications.mailing_list.back_to_top') %> |