debian-mirror-gitlab/app/views/projects/graphs/ci.html.haml
2016-08-24 12:49:21 +05:30

18 lines
416 B
Text

- @no_container = true
- page_title "Continuous Integration", "Graphs"
= render 'head'
%div{ class: container_class }
.sub-header-block
.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'