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
4bc2687b
Commit
4bc2687b
authored
Sep 06, 2017
by
Bryce Johnson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove new nav refs.
parent
484ca2a4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
10 deletions
+3
-10
app/views/projects/issues/_head.html.haml
app/views/projects/issues/_head.html.haml
+0
-5
ee/app/views/projects/issues/service_desk.html.haml
ee/app/views/projects/issues/service_desk.html.haml
+3
-5
No files found.
app/views/projects/issues/_head.html.haml
View file @
4bc2687b
...
...
@@ -27,11 +27,6 @@
%span
Labels
-
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
-
if
project_nav_tab?
:milestones
=
nav_link
(
controller: :milestones
)
do
=
link_to
project_milestones_path
(
@project
),
title:
'Milestones'
do
...
...
ee/app/views/projects/issues/service_desk.html.haml
View file @
4bc2687b
...
...
@@ -9,17 +9,15 @@
=
webpack_bundle_tag
'service_desk_issues'
=
webpack_bundle_tag
'issues'
-
if
show_new_nav?
-
content_for
:breadcrumbs_extra
do
=
render
"projects/issues/nav_btns"
,
show_export_button:
false
,
show_rss_button:
false
-
content_for
:breadcrumbs_extra
do
=
render
"projects/issues/nav_btns"
,
show_export_button:
false
,
show_rss_button:
false
-
support_bot_attrs
=
User
.
support_bot
.
to_json
(
only:
[
:id
,
:name
,
:username
,
:avatar_url
])
%div
{
class:
"#{container_class} js-service-desk-issues service-desk-issues"
,
data:
{
support_bot:
support_bot_attrs
}
}
.top-area
=
render
'shared/issuable/nav'
,
type: :issues
.nav-controls
{
class:
(
"visible-xs"
if
show_new_nav?
)
}
.nav-controls
.visible-xs
=
render
"projects/issues/nav_btns"
,
show_export_button:
false
,
show_rss_button:
false
=
render
'shared/issuable/search_bar'
,
type: :issues
...
...
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