mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -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:
commit
ad3a58b171
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue