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
32300ace
Commit
32300ace
authored
Oct 07, 2020
by
jeldergl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace Font Awesome icons with GitLab SVGs
parent
7ea32c5d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
app/views/users/show.html.haml
app/views/users/show.html.haml
+3
-3
changelogs/unreleased/263237-replace-font-awesome-icons-in-user-profile.yml
...sed/263237-replace-font-awesome-icons-in-user-profile.yml
+5
-0
No files found.
app/views/users/show.html.haml
View file @
32300ace
...
...
@@ -67,15 +67,15 @@
-
unless
@user
.
skype
.
blank?
.profile-link-holder.middle-dot-divider
=
link_to
"skype:
#{
@user
.
skype
}
"
,
title:
"Skype"
do
=
icon
(
'skype'
)
=
sprite_
icon
(
'skype'
)
-
unless
@user
.
linkedin
.
blank?
.profile-link-holder.middle-dot-divider
=
link_to
linkedin_url
(
@user
),
title:
"LinkedIn"
,
target:
'_blank'
,
rel:
'noopener noreferrer nofollow'
do
=
icon
(
'linkedin-square
'
)
=
sprite_icon
(
'linkedin
'
)
-
unless
@user
.
twitter
.
blank?
.profile-link-holder.middle-dot-divider-sm
=
link_to
twitter_url
(
@user
),
title:
"Twitter"
,
target:
'_blank'
,
rel:
'noopener noreferrer nofollow'
do
=
icon
(
'twitter-square
'
)
=
sprite_icon
(
'twitter
'
)
-
unless
@user
.
website_url
.
blank?
.profile-link-holder.middle-dot-divider-sm.d-block.d-sm-inline.mt-1.mt-sm-0
=
link_to
@user
.
short_website_url
,
@user
.
full_website_url
,
class:
'text-link'
,
target:
'_blank'
,
rel:
'me noopener noreferrer nofollow'
...
...
changelogs/unreleased/263237-replace-font-awesome-icons-in-user-profile.yml
0 → 100644
View file @
32300ace
---
title
:
Replace Font Awesome social icons with GitLab SVGs on user profile page
merge_request
:
44599
author
:
type
:
other
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