2017-03-02 12:57:01 -05:00
|
|
|
- @no_container = true
|
2017-08-16 05:35:59 -04:00
|
|
|
- breadcrumb_title "CI / CD Charts"
|
2017-06-28 08:36:04 -04:00
|
|
|
- page_title _("Charts"), _("Pipelines")
|
2017-03-02 12:57:01 -05:00
|
|
|
- content_for :page_specific_javascripts do
|
2017-03-02 02:34:36 -05:00
|
|
|
= page_specific_javascript_bundle_tag('common_d3')
|
2017-03-02 12:57:01 -05:00
|
|
|
= page_specific_javascript_bundle_tag('graphs')
|
|
|
|
|
|
|
|
%div{ class: container_class }
|
|
|
|
.sub-header-block
|
|
|
|
.oneline
|
2017-06-28 08:36:04 -04:00
|
|
|
= _("A collection of graphs regarding Continuous Integration")
|
2017-03-02 12:57:01 -05:00
|
|
|
|
|
|
|
#charts.ci-charts
|
|
|
|
.row
|
|
|
|
.col-md-6
|
|
|
|
= render 'projects/pipelines/charts/overall'
|
|
|
|
.col-md-6
|
2017-06-23 06:18:52 -04:00
|
|
|
= render 'projects/pipelines/charts/pipeline_times'
|
2017-03-02 12:57:01 -05:00
|
|
|
|
|
|
|
%hr
|
2017-06-23 06:18:52 -04:00
|
|
|
= render 'projects/pipelines/charts/pipelines'
|