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
2b80e164
Commit
2b80e164
authored
Jan 25, 2018
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Open links in a new tab on the user page
parent
aff9ecef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
app/views/users/show.html.haml
app/views/users/show.html.haml
+3
-3
No files found.
app/views/users/show.html.haml
View file @
2b80e164
...
...
@@ -58,15 +58,15 @@
=
icon
(
'skype'
)
-
unless
@user
.
linkedin
.
blank?
.profile-link-holder.middle-dot-divider
=
link_to
linkedin_url
(
@user
),
title:
"LinkedIn"
do
=
link_to
linkedin_url
(
@user
),
title:
"LinkedIn"
,
target:
'_blank'
,
rel:
'noopener noreferrer nofollow'
do
=
icon
(
'linkedin-square'
)
-
unless
@user
.
twitter
.
blank?
.profile-link-holder.middle-dot-divider
=
link_to
twitter_url
(
@user
),
title:
"Twitter"
do
=
link_to
twitter_url
(
@user
),
title:
"Twitter"
,
target:
'_blank'
,
rel:
'noopener noreferrer nofollow'
do
=
icon
(
'twitter-square'
)
-
unless
@user
.
website_url
.
blank?
.profile-link-holder.middle-dot-divider
=
link_to
@user
.
short_website_url
,
@user
.
full_website_url
,
class:
'text-link'
=
link_to
@user
.
short_website_url
,
@user
.
full_website_url
,
class:
'text-link'
,
target:
'_blank'
,
rel:
'noopener noreferrer nofollow'
-
unless
@user
.
location
.
blank?
.profile-link-holder.middle-dot-divider
=
icon
(
'map-marker'
)
...
...
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