File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
<select class =" version-dropdown"
12
12
onchange =" this.options[this.selectedIndex].value && (window.location = this.options[this.selectedIndex].value);" >
13
13
<option value =" /v3/index" >Spin v3.x</option >
14
- <option value =" /v2/index" {{ #if (active_project request.spin-full-url " /spin/ v2/" )}} selected
15
- {{ /if }} > Spin v2.x</option >
16
- <option value =" /v1/index" {{ #if (active_project request.spin-full-url " /spin/ v1/" )}} selected
17
- {{ /if }} > Spin v1.x</option >
14
+ <option value =" /v2/index" {{ #if (active_project request.spin-full-url " /v2/" )}} selected {{ /if }} >
15
+ Spin v2.x</option >
16
+ <option value =" /v1/index" {{ #if (active_project request.spin-full-url " /v1/" )}} selected {{ /if }} >
17
+ Spin v1.x</option >
18
18
</select >
19
-
19
+
20
20
{{> sidebar }}
21
21
</aside >
22
22
</div >
You can’t perform that action at this time.
0 commit comments