mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-23 13:26:22 -04:00
remove <hr> between Popular Posts in email digest
This commit is contained in:
parent
4522451920
commit
4508fbe9e6
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
</div>
|
||||
<%- end %>
|
||||
|
||||
<%- if i < @featured_topics.size - 1 %><hr><% end %>
|
||||
<%- if i < @featured_topics.size - 1 %><% end %>
|
||||
|
||||
<%- end %>
|
||||
<%- end %>
|
||||
|
|
Loading…
Reference in a new issue