summaryrefslogtreecommitdiff
path: root/app/views/projects/graphs/ci.html.haml
blob: 6be4273b6abbdae6aa19c0dcfc5516c2ece29943 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
- @no_container = true
- page_title "Continuous Integration", "Graphs"
= render 'head'

%div{ class: container_class }
  .sub-header-block
    .oneline
      A collection of graphs for Continuous Integration

  #charts.ci-charts
    .row
      .col-md-6
        = render 'projects/graphs/ci/overall'
      .col-md-6
        = render 'projects/graphs/ci/build_times'

    %hr
    = render 'projects/graphs/ci/builds'