Move avatar to the top right corner

This commit is contained in:
Frederic Guillot
2016-03-24 21:21:22 -04:00
parent 3a06e0ab21
commit 4c8d5fbdc0
7 changed files with 51 additions and 49 deletions

View File

@@ -8,12 +8,12 @@
</span>
<?php endif ?>
<?= $this->render('board/task_avatar', array('task' => $task)) ?>
<?= $this->hook->render('template:board:public:task:before-title', array('task' => $task)) ?>
<span class="task-board-title">
<div class="task-board-title">
<?= $this->url->link($this->text->e($task['title']), 'task', 'readonly', array('task_id' => $task['id'], 'token' => $project['token'])) ?>
</span>
</div>
<?= $this->hook->render('template:board:public:task:after-title', array('task' => $task)) ?>
<?= $this->render('board/task_footer', array(