Skip to content

Commit 5640ddb

Browse files
committed
Add V6 link
1 parent e13b6a1 commit 5640ddb

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

themes/sitetheme/templates/partials/navigation.html.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
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>

themes/sitetheme/templates/partials/versionSelect.html.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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 }}">

0 commit comments

Comments
 (0)