File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ header#masthead
4
4
. inside-masthead .cf
5
5
. mobile-panel .cf
6
6
= link_to root_path, class: 'logo'
7
- span coderwall
7
+ span Coderwall
8
8
a .menu-btn
9
9
10
10
- if ENV['NEW_RELIC_PROMOTION']
@@ -18,11 +18,11 @@ header#masthead
18
18
- if signed_in?
19
19
li
20
20
. account-dropdown
21
- a href =" #" data-dropdown =" #dropdown-profile"
21
+ a href =" #" data-jq- dropdown =" #dropdown-profile"
22
22
= image_tag current_user.avatar.url, class: 'avatar'
23
23
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
26
26
div = link_to(t('profile'), badge_path(username: current_user.username), class: mywall_nav_class)
27
27
div = link_to(t('settings'), settings_path, class: settings_nav_class)
28
28
div = link_to(t('sign_out'), sign_out_path)
You can’t perform that action at this time.
0 commit comments