File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 48
48
</div >
49
49
50
50
<div class =' menu' >
51
- <div class =' dropdown-container' >
52
- <button {{ action ' toggleUserOptions' }}
53
- class =' {{ if showUserOptions " active" }} dropdown' >
51
+ {{ #rl-dropdown-container class =' dropdown-container' }}
52
+ {{ #rl-dropdown-toggle class =' dropdown' }}
54
53
Menu
55
54
<span class =' arrow' ></span >
56
- </button >
57
- <ul id =' current-user-links'
58
- class =' {{ if showUserOptions " open" }} dropdown' >
55
+ {{ /rl-dropdown-toggle }}
56
+ {{ #rl-dropdown tagName =' ul' id =' current-user-links' class =' dropdown' closeOnChildClick =' a:link' }}
59
57
<li >{{ #link-to " crates" }} Browse All Crates{{ /link-to }} </li >
60
58
{{ #if session.currentUser }}
61
59
<li >{{ #link-to ' dashboard' }} Dashboard{{ /link-to }} </li >
70
68
value =search
71
69
enter =" search" }}
72
70
</li >
73
- </ ul >
74
- </ div >
71
+ {{ /rl-dropdown }}
72
+ {{ /rl-dropdown-container }}
75
73
</div >
76
74
77
75
<div class =' links' >
You can’t perform that action at this time.
0 commit comments