gitlab-org--gitlab-foss/app/views/layouts/header/_help_dropdown.html.haml
2019-01-04 09:19:24 +02:00

9 lines
339 B
Text

%ul
- if current_user_menu?(:help)
%li
= link_to _("Help"), help_path
%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'