16 lines
387 B
Text
16 lines
387 B
Text
- page_title "Continuous Integration", "Graphs"
|
|
= render "header_title"
|
|
= render 'head'
|
|
.gray-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'
|