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
5994fc38
Commit
5994fc38
authored
Jun 29, 2017
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor edits
parent
646feca6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
app/assets/stylesheets/new_sidebar.scss
app/assets/stylesheets/new_sidebar.scss
+1
-2
app/views/layouts/nav/_new_admin_sidebar.html.haml
app/views/layouts/nav/_new_admin_sidebar.html.haml
+1
-1
app/views/layouts/nav/_new_group_sidebar.html.haml
app/views/layouts/nav/_new_group_sidebar.html.haml
+1
-1
No files found.
app/assets/stylesheets/new_sidebar.scss
View file @
5994fc38
...
...
@@ -36,8 +36,7 @@ $new-sidebar-width: 220px;
.settings-avatar
{
background-color
:
$white-light
;
.fa-wrench
,
.fa-user
{
i
{
font-size
:
20px
;
width
:
100%
;
color
:
$gl-text-color-secondary
;
...
...
app/views/layouts/nav/_new_admin_sidebar.html.haml
View file @
5994fc38
.nav-sidebar
=
link_to
admin_root_path
,
title:
'Overview'
,
class:
'context-header'
do
=
link_to
admin_root_path
,
title:
'
Admin
Overview'
,
class:
'context-header'
do
.avatar-container.s40.settings-avatar
=
icon
(
'wrench'
)
.project-title
Admin Area
...
...
app/views/layouts/nav/_new_group_sidebar.html.haml
View file @
5994fc38
.nav-sidebar
=
link_to
group_path
(
@group
),
title:
'
Home
'
,
class:
'context-header'
do
=
link_to
group_path
(
@group
),
title:
'
Group
'
,
class:
'context-header'
do
.avatar-container.s40.group-avatar
=
image_tag
group_icon
(
@group
),
class:
"avatar s40 avatar-tile"
.group-title
...
...
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