Move template recurrence_info

This commit is contained in:
Frederic Guillot
2016-02-05 18:39:41 -05:00
parent 9ae2024b0a
commit a683c17fa7
3 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
<?php if ($task['recurrence_status'] != \Kanboard\Model\Task::RECURRING_STATUS_NONE): ?>
<div class="listing">
<?= $this->render('task/recurring_info', array(
<?= $this->render('task_recurrence/info', array(
'task' => $task,
'recurrence_trigger_list' => $recurrence_trigger_list,
'recurrence_timeframe_list' => $recurrence_timeframe_list,