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")