diff options
author | 2022-06-22 18:04:42 +0200 | |
---|---|---|
committer | 2022-06-22 18:04:42 +0200 | |
commit | ef61cb8551880df9721bc5060adf34ef60f5074f (patch) | |
tree | e920822b5ed55989885aea852ada9f4b47d27255 /navigation.rhtml.inc | |
parent | dde754a5b079619b72a12986d58c26798ab4018d (diff) | |
download | website-ef61cb8551880df9721bc5060adf34ef60f5074f.tar.gz website-ef61cb8551880df9721bc5060adf34ef60f5074f.zip |
Add menu link for GECO product
Diffstat (limited to 'navigation.rhtml.inc')
-rw-r--r-- | navigation.rhtml.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/navigation.rhtml.inc b/navigation.rhtml.inc index 9ea423b..024ddb5 100644 --- a/navigation.rhtml.inc +++ b/navigation.rhtml.inc @@ -18,8 +18,8 @@ href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">Prodotti</a> <ul class="dropdown-menu" aria-labelledby="navbarDropdown"> - <li><a class="dropdown-item" href="#">GECO</a></li> - <li><a class="dropdown-item <%= @pageNames != nil && @pageNames[0] == 'hyde' ? 'active' : '' %>" href="/products/hyde/">Hyde</a></li> + <li><a class="dropdown-item <%= @pageNames != nil && @pageNames[0] == 'geco' ? 'active' : '' %>" href="/products/geco/">GECO</a></li> + <li><a class="dropdown-item <%= @pageNames != nil && @pageNames[0] == 'hyde' ? 'active' : '' %>" href="/products/hyde/">Hyde</a></li> <li><a class="dropdown-item" href="#">Sweng</a></li> <li><hr class="dropdown-divider" /> <li><a class="dropdown-item" href="#">XPlanner+</a></li> |