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
54694e33
Commit
54694e33
authored
May 16, 2018
by
Lukas Eipert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
resolve conflicts in app/views/layouts/nav/sidebar/_project.html.haml
parent
04eeccba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
10 deletions
+1
-10
app/views/layouts/nav/sidebar/_project.html.haml
app/views/layouts/nav/sidebar/_project.html.haml
+1
-10
No files found.
app/views/layouts/nav/sidebar/_project.html.haml
View file @
54694e33
...
...
@@ -79,14 +79,11 @@
=
nav_link
(
path:
'graphs#charts'
)
do
=
link_to
charts_project_graph_path
(
@project
,
current_ref
)
do
=
_
(
'Charts'
)
<
<<<<<<
HEAD
-
if
@project
.
feature_available?
(
:file_locks
)
=
nav_link
(
controller:
[
:path_locks
])
do
=
link_to
project_path_locks_path
(
@project
)
do
#{
_
(
'Locked Files'
)
}
==
=====
>
>>>>>> upstream/master
=
_
(
'Locked Files'
)
-
if
project_nav_tab?
:issues
=
nav_link
(
controller:
@project
.
issues_enabled?
?
[
:issues
,
:labels
,
:milestones
,
:boards
]
:
:issues
)
do
...
...
@@ -121,14 +118,11 @@
=
link_to
project_labels_path
(
@project
),
title:
'Labels'
do
%span
=
_
(
'Labels'
)
<
<<<<<<
HEAD
-
if
EE
::
Gitlab
::
ServiceDesk
.
enabled?
(
project:
@project
)
=
nav_link
(
controller: :issues
,
action: :service_desk
)
do
=
link_to
service_desk_project_issues_path
(
@project
),
title:
'Service Desk'
do
%span
Service Desk
==
=====
>
>>>>>> upstream/master
=
nav_link
(
controller: :milestones
)
do
=
link_to
project_milestones_path
(
@project
),
title:
'Milestones'
do
...
...
@@ -340,11 +334,8 @@
=
link_to
project_pages_path
(
@project
),
title:
'Pages'
do
%span
=
_
(
'Pages'
)
<
<<<<<<
HEAD
=
render
'projects/settings/ee/nav'
==
=====
>
>>>>>> upstream/master
-
else
=
nav_link
(
controller: :project_members
)
do
...
...
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