Add handle to move tasks on touch devices

This commit is contained in:
Frederic Guillot
2015-08-29 15:13:14 -04:00
parent 913d891a40
commit ef087f5e22
8 changed files with 31 additions and 7 deletions

View File

@@ -8,6 +8,7 @@
data-due-date="<?= $task['date_due'] ?>"
data-task-url="<?= $this->url->href('task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?>">
<div class="task-board-sort-handle" style="display: none;"><i class="fa fa-arrows-alt"></i></div>
<?= $this->render('board/task_menu', array('task' => $task)) ?>
<?php if ($this->board->isCollapsed($project['id'])): ?>