try to fix buggy tooltip
This commit is contained in:
parent
ddbb7e63c8
commit
87cfff8809
|
@ -24,8 +24,7 @@
|
|||
= nav_entry "Inbox", "/inbox", badge: inbox_count
|
||||
%ul.nav.navbar-nav.navbar-right
|
||||
= render "layouts/notifications"
|
||||
%li.hidden-xs
|
||||
%span{"data-toggle" => "tooltip", "data-placement" => "bottom", title: "Ask a question"}
|
||||
%li.hidden-xs{"data-toggle" => "tooltip", "data-placement" => "bottom", title: "Ask a question"}
|
||||
.btn.btn-link.navbar-btn{name: "toggle-all-ask", "data-target" => "#modal-ask-followers", "data-toggle" => "modal", :type => "button"}
|
||||
%i.fa.fa-pencil-square-o
|
||||
%li.dropdown
|
||||
|
|
Loading…
Reference in New Issue