Commit 5bc3da24 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'update-environment-item-empty-state' into 'master'

Update environment item empty state

See merge request gitlab-org/gitlab-ce!21976
parents 92c3078b b0c197cc
...@@ -49,15 +49,16 @@ ...@@ -49,15 +49,16 @@
.environments-container .environments-container
- if @deployments.blank? - if @deployments.blank?
.blank-state-row .empty-state
.blank-state-center .text-content
%h2.blank-state-title %h4.state-title
You don't have any deployments right now. You don't have any deployments right now.
%p.blank-state-text %p.blank-state-text
Define environments in the deploy stage(s) in Define environments in the deploy stage(s) in
%code .gitlab-ci.yml %code .gitlab-ci.yml
to track deployments here. to track deployments here.
= link_to "Read more", help_page_path("ci/environments"), class: "btn btn-success" .text-center
= link_to _("Read more"), help_page_path("ci/environments"), class: "btn btn-success"
- else - else
.table-holder .table-holder
.ci-table.environments{ role: 'grid' } .ci-table.environments{ role: 'grid' }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment