mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 22:13:41 +08:00
UX: Double show double hr
when there aren't any notifications.
This commit is contained in:
parent
9e46690086
commit
3ce4e568f4
|
@ -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}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user