charts.html.haml 616 Bytes
Newer Older
1
- @no_container = true
2
- breadcrumb_title "CI / CD Charts"
3
- page_title _("Charts"), _("Pipelines")
4
- content_for :page_specific_javascripts do
5
  = page_specific_javascript_bundle_tag('common_d3')
6 7 8 9 10
  = page_specific_javascript_bundle_tag('graphs')

%div{ class: container_class }
  .sub-header-block
    .oneline
11
      = _("A collection of graphs regarding Continuous Integration")
12 13 14 15 16 17

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

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