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
a48870f9
Commit
a48870f9
authored
Mar 01, 2018
by
Mike Greiling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove issues bundle from projects:issues:index route
parent
71fea323
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
app/views/projects/issues/index.html.haml
app/views/projects/issues/index.html.haml
+0
-1
ee/app/assets/javascripts/pages/projects/issues/index/index.js
...p/assets/javascripts/pages/projects/issues/index/index.js
+4
-0
No files found.
app/views/projects/issues/index.html.haml
View file @
a48870f9
...
...
@@ -6,7 +6,6 @@
-
content_for
:page_specific_javascripts
do
=
webpack_bundle_tag
'common_vue'
=
webpack_bundle_tag
'issues'
=
content_for
:meta_tags
do
=
auto_discovery_link_tag
(
:atom
,
params
.
merge
(
rss_url_options
),
title:
"
#{
@project
.
name
}
issues"
)
...
...
ee/app/assets/javascripts/pages/projects/issues/index/index.js
0 → 100644
View file @
a48870f9
import
'
~/pages/projects/issues/index/index
'
;
import
initExportCSVModal
from
'
ee/export_csv_modal
'
;
document
.
addEventListener
(
'
DOMContentLoaded
'
,
initExportCSVModal
);
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