debian-mirror-gitlab/app/views/projects/graphs/ci.html.haml
2016-06-02 11:05:42 +05:30

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'