Add card to empty notifications list
This commit is contained in:
parent
83e0f7a711
commit
7c96627106
|
@ -1,5 +1,6 @@
|
||||||
%ul.list-group#notifications
|
%ul.list-group#notifications
|
||||||
- if @notifications.count.zero?
|
- if @notifications.count.zero?
|
||||||
|
.card
|
||||||
%li.list-group-item.text-center
|
%li.list-group-item.text-center
|
||||||
.notifications--none
|
.notifications--none
|
||||||
%i.fa.fa-bell-o.notification__bell-icon
|
%i.fa.fa-bell-o.notification__bell-icon
|
||||||
|
|
Loading…
Reference in New Issue