summaryrefslogtreecommitdiff
path: root/app/views/projects/environments
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-03-06 21:17:52 +0000
committerClement Ho <clemmakesapps@gmail.com>2018-03-06 21:17:52 +0000
commita898a2ab8744bc3a7a4d00fae7682c635aa30c19 (patch)
tree519597ebbd7f36fd245070eaf0e9c95fb4e97f27 /app/views/projects/environments
parent47e866b3786ff69166d7f2e2bd952084ab37a2e8 (diff)
downloadgitlab-ce-a898a2ab8744bc3a7a4d00fae7682c635aa30c19.tar.gz
Remove common_vue bundle
Diffstat (limited to 'app/views/projects/environments')
-rw-r--r--app/views/projects/environments/index.html.haml3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/projects/environments/index.html.haml b/app/views/projects/environments/index.html.haml
index 0d656b25bc8..7ebe617766f 100644
--- a/app/views/projects/environments/index.html.haml
+++ b/app/views/projects/environments/index.html.haml
@@ -2,9 +2,6 @@
- page_title "Environments"
- add_to_breadcrumbs("Pipelines", project_pipelines_path(@project))
-- content_for :page_specific_javascripts do
- = webpack_bundle_tag("common_vue")
-
#environments-list-view{ data: { environments_data: environments_list_data,
"can-create-deployment" => can?(current_user, :create_deployment, @project).to_s,
"can-read-environment" => can?(current_user, :read_environment, @project).to_s,