summaryrefslogtreecommitdiff
path: root/app/views/projects/graphs/ci.html.haml
blob: 4f69cc64f7c9acf616984698ddd1c3672123a649 (plain)
1
2
3
4
5
6
7
- page_title "Continuous Integration", "Graphs"
= render "header_title"
= render 'head'
#charts.ci-charts
  = render 'projects/graphs/ci/builds'
  = render 'projects/graphs/ci/build_times'
= render 'projects/graphs/ci/overall'