17 lines
425 B
Text
17 lines
425 B
Text
- @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'
|