summaryrefslogtreecommitdiff
path: root/app/views/projects/commit/show.html.haml
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-02-26 16:00:52 -0600
committerClement Ho <ClemMakesApps@gmail.com>2018-02-26 16:00:52 -0600
commit2400c7bf4c3f69c46ce9c40b3c5c547b2e590dc5 (patch)
tree130cb9ba883bd5cef7a3eddd3a4c86b9f0c4c1ac /app/views/projects/commit/show.html.haml
parent1553a34dbff167978f5dc81cc3a21e0b3b2b2bfa (diff)
downloadgitlab-ce-2400c7bf4c3f69c46ce9c40b3c5c547b2e590dc5.tar.gz
Remove diff notes webpack entry point
Diffstat (limited to 'app/views/projects/commit/show.html.haml')
-rw-r--r--app/views/projects/commit/show.html.haml1
1 files changed, 0 insertions, 1 deletions
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"