summaryrefslogtreecommitdiff
path: root/app/views/layouts/header/_help_dropdown.html.haml
blob: 953c0e7f46c8cf9adcc24a2ec01fc6d547a90b1b (plain)
1
2
3
4
5
6
%ul
  - if current_user_menu?(:help)
    %li
      = link_to _("Help"), help_path
  - if current_user_menu?(:help) || current_user_menu?(:settings) || current_user_menu?(:profile)
    = render 'shared/user_dropdown_contributing_link'