Merge branch 'ds-charts-whitespace' into 'master'

Added whitespace for CI/CD Charts page sub-headers

Closes #64309

See merge request gitlab-org/gitlab-ce!30531
This commit is contained in:
Kushal Pandya 2019-07-18 06:03:30 +00:00
commit 884c2fe2f7
5 changed files with 28 additions and 21 deletions

View File

@ -2,12 +2,9 @@
- page_title _('CI / CD Charts')
%div{ class: container_class }
#charts.ci-charts
.row
.col-md-6
= render 'projects/pipelines/charts/overall'
.col-md-6
= render 'projects/pipelines/charts/pipeline_times'
= render 'projects/pipelines/charts/overall'
%hr
= render 'projects/pipelines/charts/pipelines'

View File

@ -1,15 +1,6 @@
%h4= s_("PipelineCharts|Overall statistics")
%ul
%li
= s_("PipelineCharts|Total:")
%strong= n_("1 pipeline", "%d pipelines", @counts[:total]) % @counts[:total]
%li
= s_("PipelineCharts|Successful:")
%strong= n_("1 pipeline", "%d pipelines", @counts[:success]) % @counts[:success]
%li
= s_("PipelineCharts|Failed:")
%strong= n_("1 pipeline", "%d pipelines", @counts[:failed]) % @counts[:failed]
%li
= s_("PipelineCharts|Success ratio:")
%strong
#{success_ratio(@counts)}%
%h4.mt-4.mb-4= s_("PipelineCharts|Overall statistics")
.row
.col-md-6
= render 'projects/pipelines/charts/pipeline_statistics'
.col-md-6
= render 'projects/pipelines/charts/pipeline_times'

View File

@ -0,0 +1,14 @@
%ul
%li
= s_("PipelineCharts|Total:")
%strong= n_("1 pipeline", "%d pipelines", @counts[:total]) % @counts[:total]
%li
= s_("PipelineCharts|Successful:")
%strong= n_("1 pipeline", "%d pipelines", @counts[:success]) % @counts[:success]
%li
= s_("PipelineCharts|Failed:")
%strong= n_("1 pipeline", "%d pipelines", @counts[:failed]) % @counts[:failed]
%li
= s_("PipelineCharts|Success ratio:")
%strong
#{success_ratio(@counts)}%

View File

@ -1,4 +1,4 @@
%h4= _("Pipelines charts")
%h4.mt-4.mb-4= _("Pipelines charts")
%p
 
%span.legend-success

View File

@ -0,0 +1,5 @@
---
title: Improves section header whitespace on the CI/CD Charts page
merge_request: 30531
author:
type: fixed