gitlab-org--gitlab-foss/app/views/projects/pipelines/charts.html.haml

18 lines
425 B
Plaintext

- @no_container = true
- page_title _("CI / CD Charts")
%div{ class: container_class }
.sub-header-block
.oneline
= _("A collection of graphs regarding Continuous Integration")
#charts.ci-charts
.row
.col-md-6
= render 'projects/pipelines/charts/overall'
.col-md-6
= render 'projects/pipelines/charts/pipeline_times'
%hr
= render 'projects/pipelines/charts/pipelines'