debian-mirror-gitlab/app/views/projects/pipelines/charts.html.haml
2019-09-30 21:07:59 +05:30

10 lines
218 B
Text

- @no_container = true
- page_title _('CI / CD Charts')
%div{ class: container_class }
#charts.ci-charts
= render 'projects/pipelines/charts/overall'
%hr
= render 'projects/pipelines/charts/pipelines'