Skip to content
Snippets Groups Projects
Commit 4815314b authored by Victor Wu's avatar Victor Wu
Browse files

About GitLab link in sidebar that links to help page

parent 19e3ab18
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -80,6 +80,9 @@
}
}
 
.about-gitlab {
color: $color-light;
}
}
}
}
Loading
Loading
Loading
Loading
@@ -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 {
Loading
Loading
Loading
Loading
@@ -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
---
title: About GitLab link in sidebar that links to help page
merge_request: 8316
author:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment