File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 {{! This adds the version selector }}
1111 <select class =" version-dropdown"
1212 onchange =" this.options[this.selectedIndex].value && (window.location = this.options[this.selectedIndex].value);" >
13+ <option value =" /v4/index" {{ #if (active_project request.spin-full-url " /v4/" )}} selected {{ /if }} >
14+ Spin v4.x</option >
1315 <option value =" /v3/index" {{ #if (active_project request.spin-full-url " /v3/" )}} selected {{ /if }} >
1416 Spin v3.x</option >
1517 <option value =" /v2/index" {{ #if (active_project request.spin-full-url " /v2/" )}} selected {{ /if }} >
1618 Spin v2.x</option >
1719 <option value =" /v1/index" {{ #if (active_project request.spin-full-url " /v1/" )}} selected {{ /if }} >
1820 Spin v1.x</option >
19- <option value =" /v4/index" {{ #if (active_project request.spin-full-url " /v4/" )}} selected {{ /if }} >
20- Spin v4.x (Preview)</option >
2121 </select >
2222
2323 {{ #if (active_project request.spin-full-url " /v1/" )}}
2626 {{ #if (active_project request.spin-full-url " /v2/" )}}
2727 {{> sidebar_v2 }}
2828 {{ else }}
29- {{ #if (active_project request.spin-full-url " /v4/" )}}
30- {{> sidebar_v4 }}
31- {{ else }}
29+ {{ #if (active_project request.spin-full-url " /v3/" )}}
3230 {{> sidebar_v3 }}
31+ {{ else }}
32+ {{> sidebar_v4 }}
3333 {{ /if }}
3434 {{ /if }}
3535 {{ /if }}
You can’t perform that action at this time.
0 commit comments