gitlab-org--gitlab-foss/app/views/projects/graphs/ci.html.haml
2016-05-04 16:45:37 -05:00

16 lines
386 B
Text

- page_title "Continuous Integration", "Graphs"
= render "header_title"
= render 'head'
.row-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'