summaryrefslogtreecommitdiff
path: root/app/views/projects/graphs/ci.html.haml
blob: b2dfe97938ace72bcfb08afccb4a0ca3de3795af (plain)
1
2
3
4
5
6
7
8
9
10
- page_title "Continuous Integration", "Graphs"
= render "header_title"
= render 'head'
.gray-content-block
  %ul.breadcrumb.repo-breadcrumb
    = commits_breadcrumbs
#charts.ci-charts
  = render 'projects/graphs/ci/builds'
  = render 'projects/graphs/ci/build_times'
= render 'projects/graphs/ci/overall'