mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-21 20:57:47 +01:00
applied to wrong item
This commit is contained in:
parent
42dd275b2f
commit
f2678cac0f
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
%li.dropdown.profile--image-dropdown
|
%li.dropdown.profile--image-dropdown
|
||||||
%a.dropdown-toggle{href: "#", "data-toggle" => "dropdown"}
|
%a.dropdown-toggle{href: "#", "data-toggle" => "dropdown"}
|
||||||
%img.img-rounded.answerbox--img.hidden-xs{src: current_user.profile_picture.url(:small)}
|
%img.img-rounded.answerbox--img.hidden-xs{src: current_user.profile_picture.url(:small)}
|
||||||
.visible-xs= current_user.screen_name
|
.visible-xs.navbar--inline-block= current_user.screen_name
|
||||||
%b.caret.visible-xs.navbar--inline-block
|
%b.caret.visible-xs.navbar--inline-block
|
||||||
%ul.dropdown-menu.profile--dropdown
|
%ul.dropdown-menu.profile--dropdown
|
||||||
%li.hidden-xs
|
%li.hidden-xs
|
||||||
|
|
Loading…
Reference in a new issue