Commit a631b8d5 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'yoginth-avatar-on-settings-sidebar' into 'master'

Add Avatar in the settings sidebar

Closes #56582

See merge request gitlab-org/gitlab-ce!24515
parents e67af069 eae751fa
......@@ -3,7 +3,7 @@
.context-header
= link_to profile_path, title: _('Profile Settings') do
.avatar-container.s40.settings-avatar
= sprite_icon('user', size: 24)
= image_tag avatar_icon_for_user(current_user, 40), class: "avatar s40 avatar-tile", alt: current_user.name
.sidebar-context-title User Settings
%ul.sidebar-top-level-items
= nav_link(path: 'profiles#show', html_options: {class: 'home'}) do
......
---
title: Added Avatar in the settings sidebar
merge_request: 24515
author: Yoginth
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment