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>2017-03-08 14:14:28 +0300
committerFilipa Lacerda <filipa@gitlab.com>2017-03-08 14:14:28 +0300
commit12b89eb88c28588e86785e8b99bf98fbfdb1139e (patch)
tree867952966cb210a2cfa3e0af31703f623c667e91 /app/views/projects/environments
parente78a366925553a1268f8dc6e0d57342053a3240a (diff)
Apply same html and css to the action buttons in environment show view table as the ones in index table
Diffstat (limited to 'app/views/projects/environments')
-rw-r--r--app/views/projects/environments/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/environments/show.html.haml b/app/views/projects/environments/show.html.haml
index 29a98f23b88..f463a429f65 100644
--- a/app/views/projects/environments/show.html.haml
+++ b/app/views/projects/environments/show.html.haml
@@ -16,7 +16,7 @@
- if can?(current_user, :create_deployment, @environment) && @environment.can_stop?
= link_to 'Stop', stop_namespace_project_environment_path(@project.namespace, @project, @environment), data: { confirm: 'Are you sure you want to stop this environment?' }, class: 'btn btn-danger', method: :post
- .deployments-container
+ .environments-container
- if @deployments.blank?
.blank-state.blank-state-no-icon
%h2.blank-state-title