Move chart task time column to components

This commit is contained in:
Frederic Guillot
2016-11-21 23:16:18 -05:00
parent 25272afa9b
commit b9ab163344
12 changed files with 58 additions and 59 deletions

View File

@@ -5,7 +5,7 @@
<?php if (empty($metrics)): ?>
<p class="alert"><?= t('Not enough data to show the graph.') ?></p>
<?php else: ?>
<?= $this->app->component('chart-avg-time-column', array(
<?= $this->app->component('chart-project-avg-time-column', array(
'metrics' => $metrics,
'label' => t('Average time spent'),
)) ?>