debian-mirror-gitlab/app/views/projects/pipelines/charts.html.haml

11 lines
218 B
Text
Raw Normal View History

2017-08-17 22:00:37 +05:30
- @no_container = true
2019-07-07 11:18:12 +05:30
- page_title _('CI / CD Charts')
2017-08-17 22:00:37 +05:30
%div{ class: container_class }
2019-09-30 21:07:59 +05:30
2017-08-17 22:00:37 +05:30
#charts.ci-charts
2019-09-30 21:07:59 +05:30
= render 'projects/pipelines/charts/overall'
2017-08-17 22:00:37 +05:30
%hr
2017-09-10 17:25:29 +05:30
= render 'projects/pipelines/charts/pipelines'