Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConstance Okoghenun <cokoghenun@gitlab.com>2018-02-28 23:26:12 +0300
committerJacob Schatz <jschatz@gitlab.com>2018-02-28 23:26:12 +0300
commitaae4d8b014dc16fe1807b74957e6e586d67f0baf (patch)
treef37bb21a015761570470edbc7f8ba33c23da4f40 /app/views/projects/environments
parente2638c3ff2714e5efd4bc54e64555fc564c84af1 (diff)
Remove webpack bundle tag for enviroments
Diffstat (limited to 'app/views/projects/environments')
-rw-r--r--app/views/projects/environments/index.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/projects/environments/index.html.haml b/app/views/projects/environments/index.html.haml
index 31cf173fa9c..0d656b25bc8 100644
--- a/app/views/projects/environments/index.html.haml
+++ b/app/views/projects/environments/index.html.haml
@@ -4,7 +4,6 @@
- content_for :page_specific_javascripts do
= webpack_bundle_tag("common_vue")
- = webpack_bundle_tag("environments")
#environments-list-view{ data: { environments_data: environments_list_data,
"can-create-deployment" => can?(current_user, :create_deployment, @project).to_s,