summaryrefslogtreecommitdiff
path: root/app/views/projects/pipelines/charts.html.haml
blob: 9542f8c9766f6c9f70fdef1f491fe6c588c8260c (plain)
1
2
3
4
5
6
7
- page_title _('CI / CD Charts')

#js-project-pipelines-charts-app{ data: { counts: @counts, success_ratio: success_ratio(@counts), times_chart: { labels: @charts[:pipeline_times].labels, values: @charts[:pipeline_times].pipeline_times } } }

#charts.ci-charts
  %hr
  = render 'projects/pipelines/charts/pipelines'