summaryrefslogtreecommitdiff
path: root/app/Template/event/task_move_swimlane.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-03-19 16:22:00 -0400
committerFrederic Guillot <fred@kanboard.net>2016-03-19 16:22:00 -0400
commit6351cb0e27eea05a2b0a8063b8b0df0abc49896d (patch)
tree18359aa87b4dfc4ea437d26d6f67a5c7d7f23efe /app/Template/event/task_move_swimlane.php
parent84b4139988dfdcb48fc0729429a34c11f46fe08e (diff)
Improve activity stream layout
Diffstat (limited to 'app/Template/event/task_move_swimlane.php')
-rw-r--r--app/Template/event/task_move_swimlane.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/Template/event/task_move_swimlane.php b/app/Template/event/task_move_swimlane.php
index b0635a06..a190bc0a 100644
--- a/app/Template/event/task_move_swimlane.php
+++ b/app/Template/event/task_move_swimlane.php
@@ -11,7 +11,8 @@
$this->text->e($task['swimlane_name'])
) ?>
<?php endif ?>
+ <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>