Change cards layout
This commit is contained in:
@@ -10,9 +10,9 @@
|
||||
|
||||
<?= $this->hook->render('template:board:public:task:before-title', array('task' => $task)) ?>
|
||||
|
||||
<div class="task-board-title">
|
||||
<span class="task-board-title">
|
||||
<?= $this->url->link($this->text->e($task['title']), 'task', 'readonly', array('task_id' => $task['id'], 'token' => $project['token'])) ?>
|
||||
</div>
|
||||
</span>
|
||||
|
||||
<?= $this->hook->render('template:board:public:task:after-title', array('task' => $task)) ?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user