summaryrefslogtreecommitdiff
path: root/app/Template/event/subtask_create.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/subtask_create.php
parent84b4139988dfdcb48fc0729429a34c11f46fe08e (diff)
Improve activity stream layout
Diffstat (limited to 'app/Template/event/subtask_create.php')
-rw-r--r--app/Template/event/subtask_create.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Template/event/subtask_create.php b/app/Template/event/subtask_create.php
index ae6ddd44..7e41d5c9 100644
--- a/app/Template/event/subtask_create.php
+++ b/app/Template/event/subtask_create.php
@@ -3,9 +3,10 @@
$this->text->e($author),
$this->url->link(t('#%d', $task['id']), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']))
) ?>
+ <span class="activity-date"><?= $this->dt->datetime($date_creation) ?></span>
</p>
<div class="activity-description">
- <p><em><?= $this->text->e($task['title']) ?></em></p>
+ <p class="activity-task-title"><?= $this->text->e($task['title']) ?></p>
<ul>
<li>