gitlab-org--gitlab-foss/app/views/projects/graphs/ci.html.haml

19 lines
416 B
Text
Raw Normal View History

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