diff options
Diffstat (limited to 'app/Template/event/subtask_create.php')
-rw-r--r-- | app/Template/event/subtask_create.php | 3 |
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> |