From 2400c7bf4c3f69c46ce9c40b3c5c547b2e590dc5 Mon Sep 17 00:00:00 2001 From: Clement Ho Date: Mon, 26 Feb 2018 16:00:52 -0600 Subject: Remove diff notes webpack entry point --- app/views/projects/commit/show.html.haml | 1 - 1 file changed, 1 deletion(-) (limited to 'app/views/projects/commit/show.html.haml') diff --git a/app/views/projects/commit/show.html.haml b/app/views/projects/commit/show.html.haml index 4058e61eb9a..ba86d943967 100644 --- a/app/views/projects/commit/show.html.haml +++ b/app/views/projects/commit/show.html.haml @@ -8,7 +8,6 @@ - page_description @commit.description - content_for :page_specific_javascripts do = webpack_bundle_tag('common_vue') - = webpack_bundle_tag('diff_notes') .container-fluid{ class: [limited_container_width, container_class] } = render "commit_box" -- cgit v1.2.1