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
0
Merge Requests
0
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
Léo-Paul Géneau
gitlab-ce
Commits
31c89e5b
Commit
31c89e5b
authored
Jun 30, 2018
by
Rahul C
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Brought back the line separator to the left of the 'Admin area' wrench icon that had vanished
parent
3a3233a5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
app/assets/stylesheets/framework/header.scss
app/assets/stylesheets/framework/header.scss
+0
-2
app/views/layouts/header/_default.html.haml
app/views/layouts/header/_default.html.haml
+1
-1
changelogs/unreleased/48634-header-navbar-line-separator-is-missing.yml
...eleased/48634-header-navbar-line-separator-is-missing.yml
+5
-0
No files found.
app/assets/stylesheets/framework/header.scss
View file @
31c89e5b
...
...
@@ -268,8 +268,6 @@
.navbar-sub-nav
,
.navbar-nav
{
align-items
:
center
;
>
li
{
>
a
:hover
,
>
a
:focus
{
...
...
app/views/layouts/header/_default.html.haml
View file @
31c89e5b
...
...
@@ -21,7 +21,7 @@
-
if
current_user
=
render
'layouts/header/new_dropdown'
-
if
header_link?
(
:search
)
%li
.nav-item.d-none.d-sm-none.d-md-block
%li
.nav-item.d-none.d-sm-none.d-md-block
.m-auto
=
render
'layouts/search'
unless
current_controller?
(
:search
)
%li
.nav-item.d-inline-block.d-sm-none.d-md-none
=
link_to
search_path
,
title:
'Search'
,
aria:
{
label:
"Search"
},
data:
{
toggle:
'tooltip'
,
placement:
'bottom'
,
container:
'body'
}
do
...
...
changelogs/unreleased/48634-header-navbar-line-separator-is-missing.yml
0 → 100644
View file @
31c89e5b
---
title
:
Line separator to the left of the 'Admin area' wrench icon had vanished
merge_request
:
20282
author
:
bitsapien
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