cdcb354f17
With new navigation design it makes no sense to duplicate title in the header Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
15 lines
362 B
Text
15 lines
362 B
Text
- page_title "Continuous Integration", "Graphs"
|
|
= 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'
|