debian-mirror-gitlab/app/views/projects/pipelines/charts.html.haml
2019-02-15 15:39:39 +05:30

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'