summaryrefslogtreecommitdiff
path: root/app/views/projects/environments/show.html.haml
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-06-14 16:11:28 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2016-06-14 16:11:28 +0200
commitdc41a933f4f9a79e7160e38f248d33d7beb99bb6 (patch)
tree996081065e7be06caa668e600ac80ef2283974be /app/views/projects/environments/show.html.haml
parent975e3887510cd09103363095cafd42fd688d920c (diff)
downloadgitlab-ce-dc41a933f4f9a79e7160e38f248d33d7beb99bb6.tar.gz
Update scss to make the views look nicer
Diffstat (limited to 'app/views/projects/environments/show.html.haml')
-rw-r--r--app/views/projects/environments/show.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/projects/environments/show.html.haml b/app/views/projects/environments/show.html.haml
index 1d39bef9427..6454101004a 100644
--- a/app/views/projects/environments/show.html.haml
+++ b/app/views/projects/environments/show.html.haml
@@ -5,7 +5,7 @@
%div{ class: (container_class) }
.top-area
.col-md-9
- %h3= @environment.name.titleize
+ %h3.page-title= @environment.name.titleize
.col-md-3
.nav-controls
@@ -13,13 +13,13 @@
= link_to 'Destroy', namespace_project_environment_path(@project.namespace, @project, @environment), data: { confirm: 'Are you sure?' }, class: 'btn btn-danger', method: :delete
- if @deployments.blank?
- %ul.content-list
+ %ul.content-list.environments
%li.nothing-here-block
No deployments for
%strong= @environment.name
- else
.table-holder
- %table.table.builds
+ %table.table.environments
%thead
%tr
%th ID