Skip to content

Commit 7f11eb6

Browse files
committed
fix dropdown
1 parent beee037 commit 7f11eb6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/views/application/_nav_bar.slim

+4-4
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)