FIX: remove double <hr> in email notifications
This commit is contained in:
parent
a26bd2c549
commit
0db0f83787
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue