Commit a48870f9 authored by Mike Greiling's avatar Mike Greiling

remove issues bundle from projects:issues:index route

parent 71fea323
......@@ -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")
......
import '~/pages/projects/issues/index/index';
import initExportCSVModal from 'ee/export_csv_modal';
document.addEventListener('DOMContentLoaded', initExportCSVModal);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment