summaryrefslogtreecommitdiff
path: root/app/Template/event/task_move_position.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/event/task_move_position.php')
-rw-r--r--app/Template/event/task_move_position.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/Template/event/task_move_position.php b/app/Template/event/task_move_position.php
index dbe73f4b..eeadfa02 100644
--- a/app/Template/event/task_move_position.php
+++ b/app/Template/event/task_move_position.php
@@ -5,7 +5,8 @@
$task['position'],
$this->text->e($task['column_title'])
) ?>
+ <span class="activity-date"><?= $this->dt->datetime($date_creation) ?></span>
</p>
-<p class="activity-description">
- <em><?= $this->text->e($task['title']) ?></em>
-</p> \ No newline at end of file
+<div class="activity-description">
+ <p class="activity-task-title"><?= $this->text->e($task['title']) ?></p>
+</div>