summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-02-20 20:01:18 +0000
committerClement Ho <clemmakesapps@gmail.com>2018-02-20 20:01:18 +0000
commitb48f7ec3b18534e6376103c348b1f3c0ad6b14a7 (patch)
tree74ccb75b85915ef4867f157ffbffeddcd980a28e /app/views
parent520f407250470b94161724355208cb4ca073746c (diff)
downloadgitlab-ce-b48f7ec3b18534e6376103c348b1f3c0ad6b14a7.tar.gz
Remove "notes" bundle from webpack config
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/issues/show.html.haml4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/projects/issues/show.html.haml b/app/views/projects/issues/show.html.haml
index b9dd4c27e63..91f68d8c419 100644
--- a/app/views/projects/issues/show.html.haml
+++ b/app/views/projects/issues/show.html.haml
@@ -5,10 +5,6 @@
- page_description @issue.description
- page_card_attributes @issue.card_attributes
-- content_for :page_specific_javascripts do
- = webpack_bundle_tag 'common_vue'
- = webpack_bundle_tag 'notes'
-
- can_update_issue = can?(current_user, :update_issue, @issue)
- can_report_spam = @issue.submittable_as_spam_by?(current_user)