debian-mirror-gitlab/app/views/layouts/header/_help_dropdown.html.haml

10 lines
335 B
Text
Raw Normal View History

2018-12-13 13:39:08 +05:30
%ul
- if current_user_menu?(:help)
%li
= link_to _("Help"), help_path
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)
= render 'shared/user_dropdown_contributing_link'