summaryrefslogtreecommitdiff
path: root/app/views/projects/pipelines/charts.html.haml
blob: 487ac87186df26dec56675beb67b102dd70a1e8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
- @no_container = true
- breadcrumb_title "CI / CD Charts"
- page_title _("Charts"), _("Pipelines")
- content_for :page_specific_javascripts do
  = page_specific_javascript_bundle_tag('common_d3')
  = page_specific_javascript_bundle_tag('graphs')
= render 'head'

%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'