File tree Expand file tree Collapse file tree
themes/sitetheme/templates/partials Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 {{ config .versions .branches [config .environment ].label }} <i class =" fa fa-caret-down" ></i >
2929 </a >
3030 <ul id =" dropdown2" class =" dropdown-content" >
31+ <li ><a href =" https://learn6.userfrosting.com{{ uri .path }}" >6.0 Beta</a ></li >
3132 {% for version in config .versions .branches %}
3233 {% if version .visible %}
3334 <li ><a href =" {{ uri .rootUrl }}{{ version .path }}{{ uri .path }}" >{{ version .label }}</a ></li >
Original file line number Diff line number Diff line change 11<div class =" version-select" >
22 <label >Version: </label >
33 <select >
4+ <option value =" https://learn6.userfrosting.com{{ uri .path }}" >6.0 Beta</option >
45 {% for label , version in config .versions .branches %}
56 {% if version .visible %}
67 <option {% if config .environment == label %}selected =" selected" {% endif %}value =" {{ uri .rootUrl }}{{ version .path }}{{ uri .path }}" >
You can’t perform that action at this time.
0 commit comments