mirror of
https://github.com/discourse/discourse.git
synced 2024-12-03 02:13:40 +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'>
|
<div class='notifications'>
|
||||||
{{#conditional-loading-spinner condition=loadingNotifications containerClass="spinner-container"}}
|
{{#conditional-loading-spinner condition=loadingNotifications containerClass="spinner-container"}}
|
||||||
<hr>
|
|
||||||
{{#if notifications}}
|
{{#if notifications}}
|
||||||
|
<hr>
|
||||||
<ul>
|
<ul>
|
||||||
{{#each notifications as |n|}}
|
{{#each notifications as |n|}}
|
||||||
{{notification-item notification=n}}
|
{{notification-item notification=n}}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user