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:
authorFilipa Lacerda <filipa@gitlab.com>2016-11-18 14:26:20 +0300
committerFilipa Lacerda <filipa@gitlab.com>2016-11-18 14:26:20 +0300
commit53f7fcd0c19a5eb1245f4c0a3c0f953c63b5558f (patch)
treeb109cf471ddb952f71b4fbfe33a3fed6492164b8 /app/views/projects/environments
parentc76d7afdf6e2575e6170928570dc35d386842042 (diff)
Remove slots
Diffstat (limited to 'app/views/projects/environments')
-rw-r--r--app/views/projects/environments/index.html.haml6
1 files changed, 2 insertions, 4 deletions
diff --git a/app/views/projects/environments/index.html.haml b/app/views/projects/environments/index.html.haml
index df94fa9cfb5..b641d2cec34 100644
--- a/app/views/projects/environments/index.html.haml
+++ b/app/views/projects/environments/index.html.haml
@@ -6,10 +6,8 @@
= page_specific_javascript_tag("environments/environments_bundle.js")
.commit-icon-svg.hidden
= custom_icon("icon_commit")
-
-.play-icon-svg{ slot: "actionplayicon" }
- %span.hide
- = custom_icon("icon_play")
+.play-icon-svg.hidden
+ = custom_icon("icon_play")
#environments-list-view{ data: { environments_data: environments_list_data,
"can-create-deployment" => can?(current_user, :create_deployment, @project).to_s,