Commit 4815314b authored by victorwu's avatar victorwu

About GitLab link in sidebar that links to help page

parent 19e3ab18
......@@ -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
---
title: About GitLab link in sidebar that links to help page
merge_request: 8316
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment