summaryrefslogtreecommitdiff
path: root/app/views/projects
diff options
context:
space:
mode:
authorRegis <boudinot.regis@yahoo.com>2017-03-09 17:12:04 -0700
committerRegis <boudinot.regis@yahoo.com>2017-03-09 17:12:04 -0700
commit19a6ae22537852a4d7e61e7406018c24d2aa0d4b (patch)
tree8d1de12b9f8211be6dea4ab6ac55bb643f9de1cd /app/views/projects
parent7d3df49c9cafe7b65ef9686d5fc2967f764f8cdb (diff)
downloadgitlab-ce-19a6ae22537852a4d7e61e7406018c24d2aa0d4b.tar.gz
module exports - remove gl dep from VueRealtimeListener
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/issues/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/issues/show.html.haml b/app/views/projects/issues/show.html.haml
index 6acb977c633..e6a4cf929d2 100644
--- a/app/views/projects/issues/show.html.haml
+++ b/app/views/projects/issues/show.html.haml
@@ -84,4 +84,4 @@
= render 'shared/issuable/sidebar', issuable: @issue
-= page_specific_javascript_tag('vue_issue_show/index.js')
+= page_specific_javascript_bundle_tag('vue_issue_show')