2014-08-06 15:30:07 -04:00
|
|
|
<div id='main'>
|
2014-05-12 16:51:53 -04:00
|
|
|
|
|
|
|
<% if top.present? %>
|
|
|
|
<div><%= top %></div>
|
|
|
|
<hr>
|
|
|
|
<% end %>
|
|
|
|
|
2013-07-24 03:13:15 -04:00
|
|
|
<%= render :partial => 'email/post', :locals => {:post => post} %>
|
|
|
|
|
|
|
|
<% if context_posts.present? %>
|
2013-07-26 03:27:46 -04:00
|
|
|
<div class='footer'>
|
|
|
|
%{respond_instructions}
|
|
|
|
</div>
|
2013-08-01 18:14:56 -04:00
|
|
|
<hr>
|
2013-07-26 03:27:46 -04:00
|
|
|
<h4 class='.previous-discussion'><%= t "user_notifications.previous_discussion" %></h4>
|
2013-07-24 03:13:15 -04:00
|
|
|
|
|
|
|
<% context_posts.each do |p| %>
|
|
|
|
<%= render :partial => 'email/post', :locals => {:post => p} %>
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
<hr>
|
2013-07-26 03:27:46 -04:00
|
|
|
|
|
|
|
<div class='footer'>
|
|
|
|
%{respond_instructions}
|
|
|
|
</div>
|
|
|
|
<div class='footer'>
|
|
|
|
%{unsubscribe_link}
|
|
|
|
</div>
|
|
|
|
</div>
|