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
580f19b8
Commit
580f19b8
authored
Sep 18, 2017
by
kushalpandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix merge conflicts from CE upstream
parent
8eea4504
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
app/views/layouts/nav/sidebar/_group.html.haml
app/views/layouts/nav/sidebar/_group.html.haml
+0
-12
No files found.
app/views/layouts/nav/sidebar/_group.html.haml
View file @
580f19b8
...
...
@@ -14,11 +14,7 @@
.sidebar-context-title
=
@group
.
name
%ul
.sidebar-top-level-items
<
<<<<<<
HEAD
=
nav_link
(
path:
[
'groups#show'
,
'groups#activity'
,
'groups#subgroups'
,
'analytics#show'
],
html_options:
{
class:
'home'
})
do
==
=====
=
nav_link
(
path:
[
'groups#show'
,
'groups#activity'
,
'groups#subgroups'
],
html_options:
{
class:
'home'
})
do
>
>>>>>> ce-com/master
=
link_to
group_path
(
@group
)
do
.nav-icon-container
=
custom_icon
(
'project'
)
...
...
@@ -41,7 +37,6 @@
%span
Activity
<
<<<<<<
HEAD
-
if
@group
.
feature_available?
(
:contribution_analytics
)
||
show_promotions?
=
nav_link
(
path:
'analytics#show'
)
do
=
link_to
group_analytics_path
(
@group
),
title:
'Contribution Analytics'
,
data:
{
placement:
'right'
}
do
...
...
@@ -49,9 +44,6 @@
Contribution Analytics
=
nav_link
(
path:
issues_sub_menu_items
)
do
==
=====
=
nav_link
(
path:
[
'groups#issues'
,
'labels#index'
,
'milestones#index'
])
do
>
>>>>>> ce-com/master
=
link_to
issues_group_path
(
@group
)
do
.nav-icon-container
=
custom_icon
(
'issues'
)
...
...
@@ -112,11 +104,7 @@
%strong
.fly-out-top-item-name
#{
_
(
'Members'
)
}
-
if
current_user
&&
can?
(
current_user
,
:admin_group
,
@group
)
<
<<<<<<
HEAD
=
nav_link
(
path:
%w[groups#projects groups#edit ci_cd#show ldap_group_links#index hooks#index audit_events#index pipeline_quota#index]
)
do
==
=====
=
nav_link
(
path:
%w[groups#projects groups#edit ci_cd#show]
)
do
>
>>>>>> ce-com/master
=
link_to
edit_group_path
(
@group
)
do
.nav-icon-container
=
custom_icon
(
'settings'
)
...
...
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