2017-09-10 17:25:29 +05:30
|
|
|
%div
|
|
|
|
%p.light
|
|
|
|
= _("Commit duration in minutes for last 30 commits")
|
|
|
|
|
|
|
|
%canvas#build_timesChart{ height: 200 }
|
|
|
|
|
2018-03-27 19:54:05 +05:30
|
|
|
-# haml-lint:disable InlineJavaScript
|
2017-09-10 17:25:29 +05:30
|
|
|
%script#pipelinesTimesChartsData{ type: "application/json" }= { :labels => @charts[:pipeline_times].labels, :values => @charts[:pipeline_times].pipeline_times }.to_json.html_safe
|