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: a86cb14960aa35b234deb6b71520ea728bab97b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
- @no_container = true
- breadcrumb_title "CI / CD Charts"
- page_title _("Charts"), _("Pipelines")

%div{ class: container_class }
  .sub-header-block
    .oneline
      = _("A collection of graphs regarding Continuous Integration")

  #charts.ci-charts
    .row
      .col-md-6
        = render 'projects/pipelines/charts/overall'
      .col-md-6
        = render 'projects/pipelines/charts/pipeline_times'

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