2016-06-15 09:54:31 -04:00
|
|
|
- @no_container = true
|
2015-09-23 10:16:45 -04:00
|
|
|
- page_title "Continuous Integration", "Graphs"
|
|
|
|
= render 'head'
|
2015-11-10 05:49:38 -05:00
|
|
|
|
2016-06-30 09:01:26 -04:00
|
|
|
%div{ class: container_class }
|
2016-06-16 10:09:58 -04:00
|
|
|
.sub-header-block
|
2016-06-15 09:54:31 -04:00
|
|
|
.oneline
|
|
|
|
A collection of graphs for Continuous Integration
|
2015-11-10 05:49:38 -05:00
|
|
|
|
2016-06-15 09:54:31 -04:00
|
|
|
#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'
|