mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
FIX: remove double <hr> in email notifications
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
<div><%= message %></div>
|
||||
<% end %>
|
||||
|
||||
<hr>
|
||||
<div class='footer'>%{respond_instructions}</div>
|
||||
<div class='footer'>%{unsubscribe_link}%{unsubscribe_via_email_link}</div>
|
||||
|
||||
|
||||
@@ -21,11 +21,11 @@
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
<hr>
|
||||
|
||||
<% if reached_limit %>
|
||||
<hr>
|
||||
<div class='footer'><%= t "user_notifications.reached_limit", count: SiteSetting.max_emails_per_day_per_user %></div>
|
||||
<% end %>
|
||||
|
||||
<div class='footer'>%{respond_instructions}</div>
|
||||
<div class='footer'>%{unsubscribe_link}%{unsubscribe_via_email_link}</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user