diff options
author | Phil Hughes <me@iamphill.com> | 2018-02-26 16:05:24 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-02-26 16:25:24 +0000 |
commit | 6358004b1c64ed3f8b83a75a672a0a72e1bee851 (patch) | |
tree | d81a593f9a30bd82f7b3fe2792a43333ece39799 /app/views/projects | |
parent | 78ed5c0f30478b6ecdb58c9bcb335f758acd8a9b (diff) | |
download | gitlab-ce-6358004b1c64ed3f8b83a75a672a0a72e1bee851.tar.gz |
Converted webpack_bundle_tag to be automatic webpack bundles
Diffstat (limited to 'app/views/projects')
-rw-r--r-- | app/views/projects/merge_requests/show.html.haml | 3 | ||||
-rw-r--r-- | app/views/projects/network/show.html.haml | 2 | ||||
-rw-r--r-- | app/views/projects/pipelines/index.html.haml | 3 |
3 files changed, 0 insertions, 8 deletions
diff --git a/app/views/projects/merge_requests/show.html.haml b/app/views/projects/merge_requests/show.html.haml index e29f21b3bec..7cbc984ef19 100644 --- a/app/views/projects/merge_requests/show.html.haml +++ b/app/views/projects/merge_requests/show.html.haml @@ -23,9 +23,6 @@ #js-vue-mr-widget.mr-widget - - content_for :page_specific_javascripts do - = webpack_bundle_tag 'vue_merge_request_widget' - .content-block.content-block-small.emoji-list-container = render 'award_emoji/awards_block', awardable: @merge_request, inline: true diff --git a/app/views/projects/network/show.html.haml b/app/views/projects/network/show.html.haml index 97be8950db0..4b7be9a223f 100644 --- a/app/views/projects/network/show.html.haml +++ b/app/views/projects/network/show.html.haml @@ -1,7 +1,5 @@ - breadcrumb_title "Graph" - page_title "Graph", @ref -- content_for :page_specific_javascripts do - = webpack_bundle_tag('network') = render "head" %div{ class: container_class } .project-network diff --git a/app/views/projects/pipelines/index.html.haml b/app/views/projects/pipelines/index.html.haml index fdcc60f48a5..cf95cdbfec2 100644 --- a/app/views/projects/pipelines/index.html.haml +++ b/app/views/projects/pipelines/index.html.haml @@ -12,6 +12,3 @@ "has-ci" => @repository.gitlab_ci_yml, "ci-lint-path" => ci_lint_path, "reset-cache-path" => reset_cache_project_settings_ci_cd_path(@project) } } - - = webpack_bundle_tag('common_vue') - = webpack_bundle_tag('pipelines') |