Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ci.html.haml « graphs « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6fa77cc10c663d2c160e74ccada3ca980b48ab45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
- page_title "Continuous Integration", "Graphs"
= render "header_title"
= render 'head'
.gray-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'