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