Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
9ca558b7
Commit
9ca558b7
authored
Jun 02, 2021
by
Denys Mishunov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated images' dimensions
As per review
parent
a146d38c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/views/layouts/nav/sidebar/_profile.html.haml
app/views/layouts/nav/sidebar/_profile.html.haml
+1
-1
app/views/shared/nav/_scope_menu_body.html.haml
app/views/shared/nav/_scope_menu_body.html.haml
+1
-1
No files found.
app/views/layouts/nav/sidebar/_profile.html.haml
View file @
9ca558b7
...
...
@@ -3,7 +3,7 @@
.context-header
=
link_to
profile_path
,
title:
_
(
'Profile Settings'
)
do
%span
.avatar-container.s32.settings-avatar
=
image_tag
avatar_icon_for_user
(
current_user
,
40
),
class:
"avatar s32 avatar-tile js-sidebar-user-avatar"
,
alt:
current_user
.
name
,
data:
{
testid:
'sidebar-user-avatar'
}
=
image_tag
avatar_icon_for_user
(
current_user
,
32
),
class:
"avatar s32 avatar-tile js-sidebar-user-avatar"
,
alt:
current_user
.
name
,
data:
{
testid:
'sidebar-user-avatar'
}
%span
.sidebar-context-title
=
_
(
'User Settings'
)
%ul
.sidebar-top-level-items
=
nav_link
(
path:
'profiles#show'
,
html_options:
{
class:
'home'
})
do
...
...
app/views/shared/nav/_scope_menu_body.html.haml
View file @
9ca558b7
=
link_to
scope_menu
.
link
,
**
scope_menu
.
container_html_options
do
%span
.avatar-container.rect-avatar.s32.project-avatar
=
source_icon
(
scope_menu
.
container
,
alt:
scope_menu
.
title
,
class:
'avatar s32 avatar-tile'
,
width:
40
,
height:
40
)
=
source_icon
(
scope_menu
.
container
,
alt:
scope_menu
.
title
,
class:
'avatar s32 avatar-tile'
,
width:
32
,
height:
32
)
%span
.sidebar-context-title
=
scope_menu
.
title
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment