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
634e6562
Commit
634e6562
authored
Apr 22, 2021
by
Dmitry Gruzd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Users search: fix avatar size
parent
12476cb9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
app/views/search/results/_user.html.haml
app/views/search/results/_user.html.haml
+3
-3
changelogs/unreleased/fix-search-users-avatar-size.yml
changelogs/unreleased/fix-search-users-avatar-size.yml
+5
-0
No files found.
app/views/search/results/_user.html.haml
View file @
634e6562
%ul
.content-list
%li
.avatar-cell
.d-none.d-sm-block
=
user_avatar
(
user:
user
,
user_name:
user
.
name
,
css_class:
'd-none d-sm-inline avatar s40'
)
.avatar-cell
=
user_avatar
(
user:
user
,
size:
40
,
user_name:
user
.
name
)
.user-info
=
link_to
user_path
(
user
)
,
class:
'd-none d-sm-inline'
do
=
link_to
user_path
(
user
)
do
.item-title
=
user
.
name
=
user_status
(
user
)
...
...
changelogs/unreleased/fix-search-users-avatar-size.yml
0 → 100644
View file @
634e6562
---
title
:
'
Users
search:
fix
avatar
size'
merge_request
:
59883
author
:
type
:
fixed
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