summaryrefslogtreecommitdiff
path: root/app/views/projects/graphs/ci.html.haml
blob: 19ccc125ea825f83b07583236c82880f9357b8d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- page_title "Continuous Integration", "Graphs"
= render 'head'
.row-content-block.append-bottom-default
  .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'