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

charts.html.haml « pipelines « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8ffdfa1a2cff96b0cc92e4ecca91a26a6ea85982 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
- @no_container = true
- page_title "Charts", "Pipelines"
- content_for :page_specific_javascripts do
  = page_specific_javascript_bundle_tag('lib_chart')
  = page_specific_javascript_bundle_tag('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/pipelines/charts/overall'
      .col-md-6
        = render 'projects/pipelines/charts/build_times'

    %hr
    = render 'projects/pipelines/charts/builds'