Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_user_settings_scope_header.html.haml « nav « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c16018227364496846409e7173c0cc18c99eefa0 (plain)
1
2
3
4
%li.context-header
  = link_to profile_path, title: _('User Settings'), class: 'has-tooltip', data: { container: 'body', placement: 'right' } do
    = render Pajamas::AvatarComponent.new(current_user, size: 32, alt: current_user.name, class: 'gl-mr-3 js-sidebar-user-avatar', avatar_options: { data: { testid: 'sidebar-user-avatar' } })
    %span.sidebar-context-title= _('User Settings')