From cc4ba218d4deb122eb989f5205f666c17398c2f7 Mon Sep 17 00:00:00 2001 From: Guillaume ALVISET Date: Thu, 22 Feb 2024 09:54:31 +0100 Subject: [PATCH] Reincluded documentation link --- app/views/layouts/_topnav.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/layouts/_topnav.html.haml b/app/views/layouts/_topnav.html.haml index 079cb16e7..aa42c8968 100644 --- a/app/views/layouts/_topnav.html.haml +++ b/app/views/layouts/_topnav.html.haml @@ -47,5 +47,6 @@ %li.nav-item.dropdown = link_to("#", id: "supportMenuDropdownLink", class: "nav-link dropdown-toggle", role: "button", data: {toggle: "dropdown"}, aria: {haspopup: "true", expanded: "false"}) do Support - %div.dropdown-menu.dropdown-menu-right{aria: {labelledby: "supportMenuDropdownLink"}} + %div.dropdown-menu.dropdown-menu-right{aria: {labelledby: "supportMenuDropdownLink"}} + = link_to("Documentation", "#{$WIKI_HELP_PAGE}", target: "_blank", class: "dropdown-item") = link_to("Submit Feedback", feedback_path(location: encode_param(request.url)), id: "submitFeedbackMenuItem", class: "dropdown-item pop_window")