mirror of
https://github.com/discourse/discourse.git
synced 2025-03-31 16:00:08 +08:00
we need that <hr> in notification emails, I think
This commit is contained in:
parent
cb6fee4748
commit
0f067a2ad3
@ -5,6 +5,7 @@
|
|||||||
<div class='footer'>
|
<div class='footer'>
|
||||||
%{respond_instructions}
|
%{respond_instructions}
|
||||||
</div>
|
</div>
|
||||||
|
<hr>
|
||||||
<h4 class='.previous-discussion'><%= t "user_notifications.previous_discussion" %></h4>
|
<h4 class='.previous-discussion'><%= t "user_notifications.previous_discussion" %></h4>
|
||||||
|
|
||||||
<% context_posts.each do |p| %>
|
<% context_posts.each do |p| %>
|
||||||
|
@ -937,7 +937,7 @@ en:
|
|||||||
unsubscribe_link: "To unsubscribe from these emails, visit your [user preferences](%{user_preferences_url})."
|
unsubscribe_link: "To unsubscribe from these emails, visit your [user preferences](%{user_preferences_url})."
|
||||||
|
|
||||||
user_notifications:
|
user_notifications:
|
||||||
previous_discussion: "Previous discussion"
|
previous_discussion: "Previous Replies"
|
||||||
unsubscribe:
|
unsubscribe:
|
||||||
title: "Unsubscribe"
|
title: "Unsubscribe"
|
||||||
description: "Not interested in getting these emails? No problem! Click below to unsubscribe instantly:"
|
description: "Not interested in getting these emails? No problem! Click below to unsubscribe instantly:"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user