we need that <hr> in notification emails, I think

This commit is contained in:
Jeff Atwood 2013-08-01 15:14:56 -07:00
parent cb6fee4748
commit 0f067a2ad3
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@
<div class='footer'>
%{respond_instructions}
</div>
<hr>
<h4 class='.previous-discussion'><%= t "user_notifications.previous_discussion" %></h4>
<% context_posts.each do |p| %>

View File

@ -937,7 +937,7 @@ en:
unsubscribe_link: "To unsubscribe from these emails, visit your [user preferences](%{user_preferences_url})."
user_notifications:
previous_discussion: "Previous discussion"
previous_discussion: "Previous Replies"
unsubscribe:
title: "Unsubscribe"
description: "Not interested in getting these emails? No problem! Click below to unsubscribe instantly:"