About GitLab link in sidebar that links to help page

This commit is contained in:
victorwu 2016-12-27 00:25:04 -05:00
parent 19e3ab18af
commit 4815314b5c
4 changed files with 22 additions and 0 deletions

View file

@ -80,6 +80,9 @@
}
}
.about-gitlab {
color: $color-light;
}
}
}
}

View file

@ -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 {

View file

@ -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

View file

@ -0,0 +1,4 @@
---
title: About GitLab link in sidebar that links to help page
merge_request: 8316
author: