mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
Merge pull request #4048 from tgxworld/double_hr
UX: Double show double `hr` when there aren't any notifications.
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
|
||||
<div class='notifications'>
|
||||
{{#conditional-loading-spinner condition=loadingNotifications containerClass="spinner-container"}}
|
||||
<hr>
|
||||
{{#if notifications}}
|
||||
<hr>
|
||||
<ul>
|
||||
{{#each notifications as |n|}}
|
||||
{{notification-item notification=n}}
|
||||
|
||||
Reference in New Issue
Block a user