Files
gitlabhq/app/views/projects/graphs/ci.html.haml
T

8 lines
227 B
Plaintext

- page_title "Continuous Integration", "Graphs"
= render "header_title"
= render 'head'
#charts.ci-charts
= render 'projects/graphs/ci/builds'
= render 'projects/graphs/ci/build_times'
= render 'projects/graphs/ci/overall'