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
1940a7f3
Commit
1940a7f3
authored
Jun 19, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
c9e606df
96c2949d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
app/assets/stylesheets/framework/blocks.scss
app/assets/stylesheets/framework/blocks.scss
+0
-1
app/views/users/show.html.haml
app/views/users/show.html.haml
+1
-1
changelogs/unreleased/63227-fix-double-border.yml
changelogs/unreleased/63227-fix-double-border.yml
+5
-0
No files found.
app/assets/stylesheets/framework/blocks.scss
View file @
1940a7f3
...
...
@@ -199,7 +199,6 @@
&
.user-cover-block
{
padding
:
24px
0
0
;
border-bottom
:
1px
solid
$border-color
;
.nav-links
{
width
:
100%
;
...
...
app/views/users/show.html.haml
View file @
1940a7f3
...
...
@@ -9,7 +9,7 @@
=
auto_discovery_link_tag
(
:atom
,
user_url
(
@user
,
format: :atom
),
title:
"
#{
@user
.
name
}
activity"
)
.user-profile
.cover-block.user-cover-block
.cover-block.user-cover-block
{
class:
[(
'border-bottom'
if
profile_tabs
.
empty?
)]
}
.cover-controls
-
if
@user
==
current_user
=
link_to
profile_path
,
class:
'btn btn-default has-tooltip'
,
title:
s_
(
'UserProfile|Edit profile'
),
'aria-label'
:
'Edit profile'
do
...
...
changelogs/unreleased/63227-fix-double-border.yml
0 → 100644
View file @
1940a7f3
---
title
:
Fix Double Border in Profile Page
merge_request
:
29784
author
:
Yoginth <@yo>
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