2014-11-13 16:44:48 -05:00
|
|
|
<table style="border: 20px solid #eee;" cellspacing="0" cellpadding="0">
|
2013-11-28 17:20:56 -05:00
|
|
|
<tr>
|
2014-07-17 12:31:37 -04:00
|
|
|
<td style="padding: 10px 10px; background-color: #<%= @header_color %>;">
|
2016-02-12 12:09:29 -05:00
|
|
|
<a href="<%= Discourse.base_url %>" style='color: #<%= @anchor_color %>'>
|
2014-07-21 14:18:32 -04:00
|
|
|
<%- if logo_url.blank? %>
|
|
|
|
<%= SiteSetting.title %>
|
|
|
|
<%- else %>
|
2016-04-15 14:59:46 -04:00
|
|
|
<img src="<%= logo_url %>" style="max-height: 35px; min-height: 35px; height: 35px;" class='site-logo' alt="<%= SiteSetting.title %>">
|
2014-07-21 14:18:32 -04:00
|
|
|
<%- end %>
|
2016-04-02 12:45:34 -04:00
|
|
|
</a>
|
2013-11-28 17:20:56 -05:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td style="background-color: #fff; padding: 10px 10px; font-family: Arial, Helvetica, sans-serif; font-size: 14px;">
|
2016-02-12 12:09:29 -05:00
|
|
|
<%= raw(t 'user_notifications.digest.why', site_link: html_site_link(@anchor_color), last_seen_at: @last_seen_at) %>
|
2013-11-28 17:20:56 -05:00
|
|
|
|
|
|
|
<%- if @featured_topics.present? %>
|
2014-08-22 15:14:50 -04:00
|
|
|
<hr/>
|
2013-11-28 17:20:56 -05:00
|
|
|
<h3><%=t 'user_notifications.digest.top_topics' %></h3>
|
|
|
|
|
2014-08-22 15:14:50 -04:00
|
|
|
|
2013-11-28 17:20:56 -05:00
|
|
|
<%- @featured_topics.each_with_index do |t, i| %>
|
2014-04-17 14:40:30 -04:00
|
|
|
<div class='featured-topic'>
|
2016-04-26 11:18:34 -04:00
|
|
|
<a href='<%= Discourse.base_url_no_prefix + t.relative_url %>' style='color: #<%= @anchor_color %>'><%= raw format_topic_title(t.title) %></a>
|
2014-11-28 03:38:08 -05:00
|
|
|
<br/>
|
2015-05-17 12:38:43 -04:00
|
|
|
<%= category_badge(t.category, inline_style: true, absolute_url: true) %>
|
2014-04-17 14:40:30 -04:00
|
|
|
</div>
|
2013-11-28 17:20:56 -05:00
|
|
|
|
|
|
|
<%- if t.best_post.present? %>
|
|
|
|
<div class='digest-post'>
|
2014-01-22 12:37:37 -05:00
|
|
|
<%= email_excerpt(t.best_post.cooked, @featured_topics.size) %>
|
2013-11-28 17:20:56 -05:00
|
|
|
</div>
|
|
|
|
<%- end %>
|
|
|
|
|
2014-08-20 02:23:13 -04:00
|
|
|
<%- if i < @featured_topics.size - 1 %><% end %>
|
2013-11-28 17:20:56 -05:00
|
|
|
|
|
|
|
<%- end %>
|
|
|
|
<%- end %>
|
|
|
|
|
|
|
|
<%- if @new_topics.present? %>
|
2014-08-22 15:14:50 -04:00
|
|
|
<hr/>
|
2013-11-28 17:20:56 -05:00
|
|
|
<h3><%=t 'user_notifications.digest.other_new_topics' %></h3>
|
|
|
|
|
|
|
|
<%- @new_topics.each do |t| %>
|
|
|
|
<ul>
|
2013-11-29 13:00:10 -05:00
|
|
|
<li>
|
2016-04-26 11:18:34 -04:00
|
|
|
<a href='<%= Discourse.base_url_no_prefix + t.relative_url %>' style='color: #<%= @anchor_color %>'><%= raw format_topic_title(t.title) %></a>
|
2015-06-01 02:13:00 -04:00
|
|
|
<span class='post-count'><%= t.posts_count %></span>
|
2015-06-11 09:52:22 -04:00
|
|
|
<%= category_badge(t.category, inline_style: true, absolute_url: true) %>
|
2013-11-29 13:00:10 -05:00
|
|
|
</li>
|
2013-11-28 17:20:56 -05:00
|
|
|
</ul>
|
|
|
|
<%- end -%>
|
|
|
|
|
|
|
|
<%- end -%>
|
|
|
|
|
2014-04-17 16:04:26 -04:00
|
|
|
<%- if @new_topics_since_seen > 0 %>
|
2014-04-17 16:42:40 -04:00
|
|
|
<%- if @new_by_category.present? %>
|
|
|
|
<p><%= t('user_notifications.digest.more_topics_category', last_seen_at: @last_seen_at, new_topics_since_seen: @new_topics_since_seen) %></p>
|
|
|
|
<div>
|
2015-08-04 01:35:57 -04:00
|
|
|
<%- @new_by_category.first(10).each do |c| %>
|
2014-11-07 17:16:52 -05:00
|
|
|
<span style='white-space: nowrap'>
|
2016-04-26 11:18:34 -04:00
|
|
|
<a href='<%= Discourse.base_url_no_prefix %><%= c[0].url %>' style='color: #<%= @anchor_color %>'><%= c[0].name %></b> <span style='color: #777; margin: 0 10px 0 5px; font-size: 0.9em;'> <%= c[1] %></span></a>
|
2014-11-07 17:16:52 -05:00
|
|
|
</span>
|
2014-04-17 16:42:40 -04:00
|
|
|
<%- end %>
|
|
|
|
</div>
|
|
|
|
<%- else %>
|
|
|
|
<p><%= t('user_notifications.digest.more_topics', last_seen_at: @last_seen_at, new_topics_since_seen: @new_topics_since_seen) %></p>
|
|
|
|
<%- end %>
|
2014-04-17 16:04:26 -04:00
|
|
|
<%- end -%>
|
2013-11-28 17:20:56 -05:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
2014-11-13 16:44:48 -05:00
|
|
|
|
|
|
|
<div class='footer'>
|
2016-03-15 13:29:19 -04:00
|
|
|
<%=raw(t 'user_notifications.digest.unsubscribe',
|
2016-02-12 12:09:29 -05:00
|
|
|
site_link: html_site_link(@anchor_color),
|
2016-04-28 12:33:28 -04:00
|
|
|
unsubscribe_link: link_to(t('user_notifications.digest.click_here'), email_unsubscribe_url(host: Discourse.base_url_no_prefix, key: @unsubscribe_key), {:style=>"color: ##{@anchor_color}"})) %>
|
2014-11-13 16:44:48 -05:00
|
|
|
</div>
|