Move template recurrence_info
This commit is contained in:
parent
9ae2024b0a
commit
a683c17fa7
|
|
@ -104,7 +104,7 @@ class BoardTooltip extends Base
|
|||
{
|
||||
$task = $this->getTask();
|
||||
|
||||
$this->response->html($this->template->render('task/recurring_info', array(
|
||||
$this->response->html($this->template->render('task_recurrence/info', array(
|
||||
'task' => $task,
|
||||
'recurrence_trigger_list' => $this->task->getRecurrenceTriggerList(),
|
||||
'recurrence_timeframe_list' => $this->task->getRecurrenceTimeframeList(),
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue