Merge pull request #4048 from tgxworld/double_hr

UX: Double show double `hr` when there aren't any notifications.
This commit is contained in:
Régis Hanol 2016-02-29 15:08:31 +01:00
commit ad3a58b171

View file

@ -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}}