Skip to content

Commit

Permalink
Reincluded documentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
galviset committed Feb 22, 2024
1 parent 09b52ac commit cc4ba21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/layouts/_topnav.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit cc4ba21

Please sign in to comment.