Remove native tooltip title for task board

This commit is contained in:
Frederic Guillot 2015-02-21 17:49:53 -05:00
parent 3a56d215fc
commit 2b3f0b6179
1 changed files with 1 additions and 2 deletions

View File

@ -3,8 +3,7 @@
data-owner-id="<?= $task['owner_id'] ?>"
data-category-id="<?= $task['category_id'] ?>"
data-due-date="<?= $task['date_due'] ?>"
data-task-url="<?= $this->u('task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?>"
title="<?= t('View this task') ?>">
data-task-url="<?= $this->u('task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?>">
<?= $this->render('board/task_menu', array('task' => $task)) ?>