2016-06-22 15:30:34 +05:30
|
|
|
- @no_container = true
|
2015-10-24 18:46:33 +05:30
|
|
|
- page_title "Continuous Integration", "Graphs"
|
|
|
|
= render 'head'
|
2015-11-26 14:37:03 +05:30
|
|
|
|
2016-08-24 12:49:21 +05:30
|
|
|
%div{ class: container_class }
|
2016-06-22 15:30:34 +05:30
|
|
|
.sub-header-block
|
|
|
|
.oneline
|
|
|
|
A collection of graphs for Continuous Integration
|
2015-11-26 14:37:03 +05:30
|
|
|
|
2016-06-22 15:30:34 +05:30
|
|
|
#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'
|