2015-11-10 05:49:38 -05:00
|
|
|
%div
|
|
|
|
%p.light
|
2017-06-28 08:36:04 -04:00
|
|
|
= _("Commit duration in minutes for last 30 commits")
|
2015-08-25 21:42:46 -04:00
|
|
|
|
2016-12-26 05:47:16 -05:00
|
|
|
%canvas#build_timesChart{ height: 200 }
|
2015-08-25 21:42:46 -04:00
|
|
|
|
2018-02-28 17:59:50 -05:00
|
|
|
-# haml-lint:disable InlineJavaScript
|
2017-07-25 06:12:30 -04:00
|
|
|
%script#pipelinesTimesChartsData{ type: "application/json" }= { :labels => @charts[:pipeline_times].labels, :values => @charts[:pipeline_times].pipeline_times }.to_json.html_safe
|