About GitLab link in sidebar that links to help page
This commit is contained in:
parent
19e3ab18af
commit
4815314b5c
4 changed files with 22 additions and 0 deletions
|
@ -80,6 +80,9 @@
|
|||
}
|
||||
}
|
||||
|
||||
.about-gitlab {
|
||||
color: $color-light;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -101,6 +101,17 @@
|
|||
padding: 0 8px;
|
||||
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 {
|
||||
|
|
|
@ -35,3 +35,7 @@
|
|||
= link_to dashboard_snippets_path, title: 'Snippets' do
|
||||
%span
|
||||
Snippets
|
||||
|
||||
= link_to help_path, title: 'About GitLab CE', class: 'about-gitlab' do
|
||||
%span
|
||||
About GitLab CE
|
||||
|
|
4
changelogs/unreleased/view-ce-vs-ee.yml
Normal file
4
changelogs/unreleased/view-ce-vs-ee.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: About GitLab link in sidebar that links to help page
|
||||
merge_request: 8316
|
||||
author:
|
Loading…
Reference in a new issue