<% 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| %>
'><%= post.user.name || post.user.username %> - <%= I18n.l(post.created_at, format: :long) %> <%= raw format_for_email(post, false) %> |
<%= t('user_notifications.mailing_list.back_to_top') %> |