summaryrefslogtreecommitdiff
path: root/app/views/projects/pipelines/charts.html.haml
blob: 6b4110e07d2355768f60806b47339315060c99ff (plain)
1
2
3
4
5
6
7
8
9
10
- @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'