2017-08-17 22:00:37 +05:30
|
|
|
- @no_container = true
|
2019-02-15 15:39:39 +05:30
|
|
|
- page_title _("CI / CD Charts")
|
2017-08-17 22:00:37 +05:30
|
|
|
|
|
|
|
%div{ class: container_class }
|
|
|
|
.sub-header-block
|
|
|
|
.oneline
|
2017-09-10 17:25:29 +05:30
|
|
|
= _("A collection of graphs regarding Continuous Integration")
|
2017-08-17 22:00:37 +05:30
|
|
|
|
|
|
|
#charts.ci-charts
|
|
|
|
.row
|
|
|
|
.col-md-6
|
|
|
|
= render 'projects/pipelines/charts/overall'
|
|
|
|
.col-md-6
|
2017-09-10 17:25:29 +05:30
|
|
|
= render 'projects/pipelines/charts/pipeline_times'
|
2017-08-17 22:00:37 +05:30
|
|
|
|
|
|
|
%hr
|
2017-09-10 17:25:29 +05:30
|
|
|
= render 'projects/pipelines/charts/pipelines'
|