Fixed issue in notification drop down menu
Fixed an indentation issue in notification drop down layout.
This commit is contained in:
parent
dbf7b73d1a
commit
53a2246ff2
1 changed files with 12 additions and 13 deletions
|
|
@ -28,8 +28,7 @@
|
||||||
- if can? :index, Comment
|
- if can? :index, Comment
|
||||||
%ul.nav.navbar-nav.navbar-right
|
%ul.nav.navbar-nav.navbar-right
|
||||||
%li.dropdown
|
%li.dropdown
|
||||||
%a.dropdown-toggle{"data-toggle" => "dropdown", href: '#'}
|
%a.dropdown-toggle{"data-toggle" => "dropdown", :href => "#"}
|
||||||
- if unread_notifications(current_user)
|
|
||||||
Notifications (#{unread_notifications(current_user).length})
|
Notifications (#{unread_notifications(current_user).length})
|
||||||
%span.fa.fa-comment
|
%span.fa.fa-comment
|
||||||
%b.caret
|
%b.caret
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue