trying to fix dropdowns

This commit is contained in:
Andreas N 2014-12-27 15:27:39 +01:00
parent 1700bfb0f5
commit 2e2c2dac58
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
%i.fa.fa-comments %i.fa.fa-comments
%span{id: "ab-comment-count-#{a.id}"}= a.comment_count %span{id: "ab-comment-count-#{a.id}"}= a.comment_count
- if user_signed_in? - if user_signed_in?
.btn-group .btn-group.dropdown
%button.btn.btn-default.btn-sm.dropdown-toggle{data: { toggle: :dropdown }, aria: { expanded: :false }} %button.btn.btn-default.btn-sm.dropdown-toggle{data: { toggle: :dropdown }, aria: { expanded: :false }}
%span.caret %span.caret
%ul.dropdown-menu.dropdown-menu-right{role: :menu} %ul.dropdown-menu.dropdown-menu-right{role: :menu}