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
450036f5
Commit
450036f5
authored
Dec 28, 2016
by
victorwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
About GitLab link in sidebar that links to help page
parent
20be0c01
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
0 deletions
+22
-0
app/assets/stylesheets/framework/gitlab-theme.scss
app/assets/stylesheets/framework/gitlab-theme.scss
+3
-0
app/assets/stylesheets/framework/sidebar.scss
app/assets/stylesheets/framework/sidebar.scss
+11
-0
app/views/layouts/nav/_dashboard.html.haml
app/views/layouts/nav/_dashboard.html.haml
+4
-0
changelogs/unreleased-ee/view-ce-vs-ee.yml
changelogs/unreleased-ee/view-ce-vs-ee.yml
+4
-0
No files found.
app/assets/stylesheets/framework/gitlab-theme.scss
View file @
450036f5
...
@@ -80,6 +80,9 @@
...
@@ -80,6 +80,9 @@
}
}
}
}
.about-gitlab
{
color
:
$color-light
;
}
}
}
}
}
}
}
...
...
app/assets/stylesheets/framework/sidebar.scss
View file @
450036f5
...
@@ -101,6 +101,17 @@
...
@@ -101,6 +101,17 @@
padding
:
0
8px
;
padding
:
0
8px
;
border-radius
:
6px
;
border-radius
:
6px
;
}
}
.about-gitlab
{
padding
:
7px
$gl-sidebar-padding
;
font-size
:
$gl-font-size
;
line-height
:
24px
;
display
:
block
;
text-decoration
:
none
;
font-weight
:
normal
;
position
:
absolute
;
bottom
:
10px
;
}
}
}
.sidebar-action-buttons
{
.sidebar-action-buttons
{
...
...
app/views/layouts/nav/_dashboard.html.haml
View file @
450036f5
...
@@ -35,3 +35,7 @@
...
@@ -35,3 +35,7 @@
=
link_to
dashboard_snippets_path
,
title:
'Snippets'
do
=
link_to
dashboard_snippets_path
,
title:
'Snippets'
do
%span
%span
Snippets
Snippets
=
link_to
help_path
,
title:
'About GitLab EE'
,
class:
'about-gitlab'
do
%span
About GitLab EE
changelogs/unreleased-ee/view-ce-vs-ee.yml
0 → 100644
View file @
450036f5
---
title
:
About GitLab link in sidebar that links to help page
merge_request
:
1008
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