charts.html.haml 702 Bytes
Newer Older
1
- @no_container = true
2
- @breadcrumb_title = "Charts"
3
- page_title "Charts", "Pipelines"
4 5
- if show_new_nav?
  - breadcrumbs_extra_links("Pipelines", project_pipelines_path(@project))
6
- content_for :page_specific_javascripts do
7
  = page_specific_javascript_bundle_tag('common_d3')
8 9 10 11 12 13 14 15 16 17 18 19 20
  = 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
21
        = render 'projects/pipelines/charts/pipeline_times'
22 23

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