mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-13 22:59:19 +10:00
Resolve "Graphs and Wiki subnav" Styles sub nav in `Wiki` and `Graphs` Closes #18533  cc @dzaporozhets See merge request !4678
19 lines
418 B
Plaintext
19 lines
418 B
Plaintext
- @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'
|