Restore missing modifiers to notifications badge

This commit is contained in:
Karina Kwiatek 2022-07-20 16:11:04 +02:00 committed by Karina Kwiatek
parent c4b241f9e1
commit e8f20d1fd8
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
%a.nav-link{ href: '#', data: { toggle: 'dropdown', target: '#rs-mobile-nav-notifications' }, aria: { controls: 'rs-mobile-nav-notifications', expanded: 'false' } }
%i.fa{ class: "fa-#{notifications_icon}" }
%span.sr-only= t('views.navigation.notifications')
%span.badge= notification_count
%span.badge.badge-pill.badge-primary= notification_count
%li.nav-item.profile--image-dropdown
%a.nav-link{ href: '#', data: { toggle: 'dropdown', target: '#rs-mobile-nav-profile' }, aria: { controls: 'rs-mobile-nav-profile', expanded: 'false' } }
%img.avatar-md.d-inline{ src: current_user.profile_picture.url(:small) }