Use notification_count helper to get notification count for icon badge
This commit is contained in:
parent
38bd282b38
commit
d86bf2bf9d
|
@ -1,8 +1,5 @@
|
||||||
= render 'navigation/mobile/profile'
|
= render 'navigation/mobile/profile'
|
||||||
:ruby
|
- notifications_icon = notification_count.nil? ? 'bell-o' : 'bell'
|
||||||
notification_count = Notification.for(current_user).where(new: true).count
|
|
||||||
notification_count = nil if notification_count.zero?
|
|
||||||
notifications_icon = notification_count.nil? ? 'bell-o' : 'bell'
|
|
||||||
%nav.navbar.navbar-themed.bg-primary.fixed-bottom.d-lg-none.d-block#rs-mobile-nav{ role: :navigation }
|
%nav.navbar.navbar-themed.bg-primary.fixed-bottom.d-lg-none.d-block#rs-mobile-nav{ role: :navigation }
|
||||||
.container{ class: ios_web_app? ? 'ios-web-app' : '' }
|
.container{ class: ios_web_app? ? 'ios-web-app' : '' }
|
||||||
%ul.nav.navbar-nav.navbar-icon-row
|
%ul.nav.navbar-nav.navbar-icon-row
|
||||||
|
|
Loading…
Reference in New Issue