File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ header#masthead
44 .inside-masthead .cf
55 .mobile-panel .cf
66 = link_to root_path, class : ' logo'
7- span coderwall
7+ span Coderwall
88 a .menu-btn
99
1010 - if ENV [' NEW_RELIC_PROMOTION' ]
@@ -18,11 +18,11 @@ header#masthead
1818 - if signed_in?
1919 li
2020 .account-dropdown
21- a href =" #" data-dropdown =" #dropdown-profile"
21+ a href =" #" data-jq- dropdown =" #dropdown-profile"
2222 = image_tag current_user.avatar.url, class : ' avatar'
2323 span .username = current_user.username
24- #dropdown-profile .dropdown .dropdown-tip
25- .dropdown-panel
24+ #dropdown-profile .jq- dropdown .jq- dropdown-tip
25+ .jq- dropdown-panel
2626 div = link_to(t(' profile' ), badge_path(username: current_user.username), class : mywall_nav_class)
2727 div = link_to(t(' settings' ), settings_path, class : settings_nav_class)
2828 div = link_to(t(' sign_out' ), sign_out_path)
You can’t perform that action at this time.
0 commit comments