summaryrefslogtreecommitdiff
path: root/app/views/projects/graphs/ci.html.haml
blob: e695d3ae369ca92585e9288acbd3d3dfe376287e (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'