ci.html.haml 387 字节
Newer Older
1
- page_title "Continuous Integration", "Graphs"
2
= render "header_title"
3
= render 'head'
4 5 6 7
.gray-content-block.append-bottom-default
  .oneline
    A collection of graphs for Continuous Integration

8
#charts.ci-charts
9 10 11 12 13 14 15
  .row
    .col-md-6
      = render 'projects/graphs/ci/overall'
    .col-md-6
      = render 'projects/graphs/ci/build_times'

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