Do not force redirect when clicking on task board link

This commit is contained in:
Frederic Guillot
2015-08-22 22:34:33 -04:00
parent 312dfbb89e
commit b944b44dca
5 changed files with 9 additions and 9 deletions

View File

@@ -17,9 +17,7 @@
<?= $this->e($this->user->getInitials($task['assignee_name'] ?: $task['assignee_username'])) ?>
</span> -
<?php endif ?>
<span class="tooltip" title="<?= $this->e($task['title']) ?>"
<?= $this->url->link($this->e($task['title']), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, 'task-board-collapsed-title') ?>
</span>
<?= $this->url->link($this->e($task['title']), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, 'task-board-collapsed-title tooltip', $this->e($task['title'])) ?>
</div>
<?php else: ?>
<div class="task-board-expanded">