diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2016-11-18 11:26:20 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2016-11-18 11:26:20 +0000 |
commit | 53f7fcd0c19a5eb1245f4c0a3c0f953c63b5558f (patch) | |
tree | b109cf471ddb952f71b4fbfe33a3fed6492164b8 /app/views/projects/environments/index.html.haml | |
parent | c76d7afdf6e2575e6170928570dc35d386842042 (diff) | |
download | gitlab-ce-53f7fcd0c19a5eb1245f4c0a3c0f953c63b5558f.tar.gz |
Remove slots
Diffstat (limited to 'app/views/projects/environments/index.html.haml')
-rw-r--r-- | app/views/projects/environments/index.html.haml | 6 |
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, |