Fixed issue in notification drop down menu

Fixed an indentation issue in notification drop down layout.
This commit is contained in:
Siddhant Bajaj 2017-05-12 00:42:48 +05:30 committed by Stella Rouzi
parent dbf7b73d1a
commit 53a2246ff2

View file

@ -28,8 +28,7 @@
- if can? :index, Comment
%ul.nav.navbar-nav.navbar-right
%li.dropdown
%a.dropdown-toggle{"data-toggle" => "dropdown", href: '#'}
- if unread_notifications(current_user)
%a.dropdown-toggle{"data-toggle" => "dropdown", :href => "#"}
Notifications (#{unread_notifications(current_user).length})
%span.fa.fa-comment
%b.caret