From b48f7ec3b18534e6376103c348b1f3c0ad6b14a7 Mon Sep 17 00:00:00 2001 From: Mike Greiling Date: Tue, 20 Feb 2018 20:01:18 +0000 Subject: Remove "notes" bundle from webpack config --- app/views/projects/issues/show.html.haml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'app/views') 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) -- cgit v1.2.1