2018-12-13 13:39:08 +05:30
|
|
|
%ul
|
|
|
|
- if current_user_menu?(:help)
|
2021-03-11 19:13:27 +05:30
|
|
|
= render 'layouts/header/whats_new_dropdown_item'
|
2018-12-13 13:39:08 +05:30
|
|
|
%li
|
|
|
|
= link_to _("Help"), help_path
|
2019-10-12 21:52:04 +05:30
|
|
|
%li
|
|
|
|
= link_to _("Support"), support_url
|
2020-11-24 15:15:51 +05:30
|
|
|
%li
|
|
|
|
= render 'shared/help_dropdown_forum_link'
|
2020-03-13 15:44:24 +05:30
|
|
|
%li
|
|
|
|
%button.js-shortcuts-modal-trigger{ type: "button" }
|
|
|
|
= _("Keyboard shortcuts")
|
|
|
|
%span.text-secondary.float-right{ "aria-hidden": true }= '?'.html_safe
|
2019-02-15 15:39:39 +05:30
|
|
|
%li.divider
|
2019-03-02 22:35:43 +05:30
|
|
|
%li
|
|
|
|
= link_to _("Submit feedback"), "https://about.gitlab.com/submit-feedback"
|
2018-12-13 13:39:08 +05:30
|
|
|
- if current_user_menu?(:help) || current_user_menu?(:settings) || current_user_menu?(:profile)
|
2019-12-21 20:55:43 +05:30
|
|
|
%li
|
|
|
|
= render 'shared/user_dropdown_contributing_link'
|
2021-01-03 14:25:43 +05:30
|
|
|
= render 'shared/user_dropdown_instance_review'
|
2019-12-26 22:10:19 +05:30
|
|
|
- if Gitlab.com_but_not_canary?
|
|
|
|
%li
|
2019-07-31 22:56:46 +05:30
|
|
|
= link_to _("Switch to GitLab Next"), "https://next.gitlab.com/"
|