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
7dfbd39a
Commit
7dfbd39a
authored
Apr 10, 2021
by
Yogi
Committed by
Martin Wortschack
Apr 10, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove vertical-align-middle from user location and work in profile
parent
143bbd46
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
app/views/users/show.html.haml
app/views/users/show.html.haml
+4
-4
changelogs/unreleased/center-icons-text.yml
changelogs/unreleased/center-icons-text.yml
+5
-0
No files found.
app/views/users/show.html.haml
View file @
7dfbd39a
...
...
@@ -67,13 +67,13 @@
.cover-desc.cgray.mb-1.mb-sm-2
-
unless
@user
.
location
.
blank?
.profile-link-holder.middle-dot-divider-sm.d-block.d-sm-inline.mb-1.mb-sm-0
{
itemprop:
'address'
,
itemscope:
true
,
itemtype:
'https://schema.org/PostalAddress'
}
=
sprite_icon
(
'location'
,
css_class:
'
vertical-align-sub
fgray'
)
%span
.vertical-align-middle
{
itemprop:
'addressLocality'
}
=
sprite_icon
(
'location'
,
css_class:
'fgray'
)
%span
{
itemprop:
'addressLocality'
}
=
@user
.
location
-
unless
work_information
(
@user
).
blank?
.profile-link-holder.middle-dot-divider-sm.d-block.d-sm-inline
=
sprite_icon
(
'work'
,
css_class:
'
vertical-align-middle
fgray'
)
%span
.vertical-align-middle
=
sprite_icon
(
'work'
,
css_class:
'fgray'
)
%span
=
work_information
(
@user
,
with_schema_markup:
true
)
.cover-desc.cgray.mb-1.mb-sm-2
-
unless
@user
.
skype
.
blank?
...
...
changelogs/unreleased/center-icons-text.yml
0 → 100644
View file @
7dfbd39a
---
title
:
Remove vertical-align-middle from user location and work in profile
merge_request
:
58554
author
:
Yogi (@yo)
type
:
changed
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