+
@@ -217,7 +218,7 @@ body, table, td, th, h1, h2, h3 {font-family: Helvetica, Arial, sans-serif !impo
-
+
|
@@ -235,38 +236,38 @@ body, table, td, th, h1, h2, h3 {font-family: Helvetica, Arial, sans-serif !impo
<%=t 'user_notifications.digest.popular_posts' %>
-
+
|
-
+ |
<% @popular_posts.each do |post| %>
-
+
-
+ |
<%= email_excerpt(post.cooked) %>
|
-
+
-
+ |
|
-
+
-
+ |
|
@@ -277,9 +278,9 @@ body, table, td, th, h1, h2, h3 {font-family: Helvetica, Arial, sans-serif !impo
<%= post.user.username -%>
<% end %>
|
-
-
- <%= gsub_emoji_to_unicode(post.topic.title.truncate(60, separator: /\s/)) -%>
+ |
+
+ <%= gsub_emoji_to_unicode(post.topic.title.truncate(60, separator: /\s/)) -%>
<%=t 'user_notifications.digest.join_the_discussion' %>
@@ -290,8 +291,8 @@ body, table, td, th, h1, h2, h3 {font-family: Helvetica, Arial, sans-serif !impo
|
-
- |
+
@@ -311,43 +312,43 @@ body, table, td, th, h1, h2, h3 {font-family: Helvetica, Arial, sans-serif !impo
<% if @other_new_for_you.present? %>
<%=t 'user_notifications.digest.more_new' %>
-
+
|
-
+
<% @other_new_for_you.each do |t| %>
-
+ |
<%= gsub_emoji_to_unicode(t.title.truncate(60, separator: /\s/)) -%>
<%- if SiteSetting.show_topic_featured_link_in_digest && t.featured_link %>
<%= raw topic_featured_link_domain(t.featured_link) %>
<%- end %>
-
+
<%= category_badge(t.category, inline_style: true, absolute_url: true) %>
|
-
+ |
<% t.posters_summary[0,2].each do |ps| %>
<% if ps.user %>
-
+
<% end %>
<% end %>
|
-
-
- <%= t.like_count -%>
+ |
+
+ <%= t.like_count -%>
|
-
-
- <%= t.posts_count - 1 -%>
+ |
+
+ <%= t.posts_count - 1 -%>
|
@@ -415,7 +416,7 @@ body, table, td, th, h1, h2, h3 {font-family: Helvetica, Arial, sans-serif !impo
<%= digest_custom_html("above_footer") %>
- | | |