summaryrefslogtreecommitdiff
path: root/app/views/layouts/header/_help_dropdown.html.haml
blob: fbec62b02f85cdce92a0b26d93db51e4ab50b8e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
%ul
  - if current_user_menu?(:help)
    %li
      = link_to _("Help"), help_path
    = render_if_exists "shared/learn_gitlab_menu_item"
    %li.divider
  %li
    = link_to _("Submit feedback"), "https://about.gitlab.com/submit-feedback"
  - if current_user_menu?(:help) || current_user_menu?(:settings) || current_user_menu?(:profile)
    = render 'shared/user_dropdown_contributing_link'
  - if Gitlab.com?
    %li.js-canary-link
      = link_to _("Switch to GitLab Next"), "https://next.gitlab.com/"