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
Tatuya Kamada
gitlab-ce
Commits
33faed11
Commit
33faed11
authored
Dec 01, 2016
by
tauriedavis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
24726 Remove Across GitLab from side navigation
parent
ab54a183
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
7 deletions
+4
-7
app/assets/stylesheets/framework/gitlab-theme.scss
app/assets/stylesheets/framework/gitlab-theme.scss
+0
-1
app/assets/stylesheets/framework/sidebar.scss
app/assets/stylesheets/framework/sidebar.scss
+0
-5
app/views/layouts/nav/_dashboard.html.haml
app/views/layouts/nav/_dashboard.html.haml
+0
-1
changelogs/unreleased/24726-remove-across-gitlab.yml
changelogs/unreleased/24726-remove-across-gitlab.yml
+4
-0
No files found.
app/assets/stylesheets/framework/gitlab-theme.scss
View file @
33faed11
...
...
@@ -21,7 +21,6 @@
background
:
$color-darker
;
}
.sidebar-header
,
.sidebar-action-buttons
{
color
:
$color-light
;
background-color
:
lighten
(
$color-darker
,
5%
);
...
...
app/assets/stylesheets/framework/sidebar.scss
View file @
33faed11
...
...
@@ -59,11 +59,6 @@
padding
:
0
!
important
;
}
.sidebar-header
{
padding
:
11px
22px
12px
;
font-size
:
20px
;
}
li
{
&
.separate-item
{
padding-top
:
10px
;
...
...
app/views/layouts/nav/_dashboard.html.haml
View file @
33faed11
.nav-sidebar
.sidebar-header
Across GitLab
%ul
.nav
=
nav_link
(
path:
[
'root#index'
,
'projects#trending'
,
'projects#starred'
,
'dashboard/projects#index'
],
html_options:
{
class:
"
#{
project_tab_class
}
home"
})
do
=
link_to
dashboard_projects_path
,
title:
'Projects'
,
class:
'dashboard-shortcuts-projects'
do
...
...
changelogs/unreleased/24726-remove-across-gitlab.yml
0 → 100644
View file @
33faed11
---
title
:
24726 Remove Across GitLab from side navigation
merge_request
:
author
:
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