2014-08-27 19:38:03 +08:00
|
|
|
<div id='main' class=<%= classes %>>
|
2014-05-13 04:51:53 +08:00
|
|
|
|
2015-08-13 05:00:16 +08:00
|
|
|
<%= render partial: 'email/post', locals: { post: post } %>
|
2013-07-24 15:13:15 +08:00
|
|
|
|
2015-08-13 05:00:16 +08:00
|
|
|
<% if context_posts.present? %>
|
|
|
|
<div class='footer'>%{respond_instructions}</div>
|
|
|
|
|
|
|
|
<hr>
|
2013-07-24 15:13:15 +08:00
|
|
|
|
2015-08-13 05:00:16 +08:00
|
|
|
<h4 class='.previous-discussion'><%= t "user_notifications.previous_discussion" %></h4>
|
|
|
|
|
|
|
|
<% context_posts.each do |p| %>
|
|
|
|
<%= render partial: 'email/post', locals: { post: p } %>
|
|
|
|
<% end %>
|
2013-07-24 15:13:15 +08:00
|
|
|
<% end %>
|
|
|
|
|
2015-08-13 05:00:16 +08:00
|
|
|
<hr>
|
|
|
|
|
|
|
|
<div class='footer'>%{respond_instructions}</div>
|
|
|
|
<div class='footer'>%{unsubscribe_link}</div>
|
2013-07-26 15:27:46 +08:00
|
|
|
|
|
|
|
</div>
|
2015-08-13 05:00:16 +08:00
|
|
|
|
2015-04-22 18:27:14 +08:00
|
|
|
<div itemscope itemtype="http://schema.org/EmailMessage" style="display:none">
|
2015-08-13 05:00:16 +08:00
|
|
|
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
|
|
|
|
<link itemprop="url" href="<%= Discourse.base_url %><%= post.url %>" />
|
|
|
|
<meta itemprop="name" content="<%= t 'read_full_topic' %>"/>
|
|
|
|
</div>
|
2015-04-22 18:27:14 +08:00
|
|
|
</div>
|