app/views/good_job/performance/show.html.erb in good_job-4.4.1 vs app/views/good_job/performance/show.html.erb in good_job-4.4.2

- old
+ new

@@ -1,5 +1,5 @@ <div class="border-bottom"> <h2 class="pt-3 pb-2"><%= t ".title" %> - <%= @job_class %></h2> </div> -<%= render 'good_job/shared/chart', chart_data: GoodJob::PerformanceShowChart.new(@job_class).data %> +<%= render 'good_job/shared/chart_container', chart_data: GoodJob::PerformanceShowChart.new(@job_class).data %>