gitlab-org--gitlab-foss/app/views/projects/graphs/ci.html.haml
2016-06-30 16:01:26 +03:00

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'