BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
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
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
new_sidebar.scss
app/assets/stylesheets/new_sidebar.scss
+1
-2
_new_admin_sidebar.html.haml
app/views/layouts/nav/_new_admin_sidebar.html.haml
+1
-1
_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