summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-02-27 13:01:34 +0000
committerPhil Hughes <me@iamphill.com>2018-02-27 13:01:34 +0000
commit54d0f1bd71cad10b223db2aa2c98756d8ff88e50 (patch)
tree51efe48a982e2a79569d1f4831111dba2f976ec4 /app/views
parent64b217bc07266932387cea26d710df79e7a915c5 (diff)
parent27ca41ac3c9442312f440d78f70628d0ac6826ff (diff)
downloadgitlab-ce-54d0f1bd71cad10b223db2aa2c98756d8ff88e50.tar.gz
Merge branch 'refactor-commit-show' into 'master'
Remove diff notes webpack entry point See merge request gitlab-org/gitlab-ce!17382
Diffstat (limited to 'app/views')
-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"