diff options
Diffstat (limited to 'app/Template/event/comment_update.php')
-rw-r--r-- | app/Template/event/comment_update.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/Template/event/comment_update.php b/app/Template/event/comment_update.php index 80a33031..19420cf9 100644 --- a/app/Template/event/comment_update.php +++ b/app/Template/event/comment_update.php @@ -3,7 +3,8 @@ $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"> - <em><?= $this->text->e($task['title']) ?></em><br/> -</div>
\ No newline at end of file + <p class="activity-task-title"><?= $this->text->e($task['title']) ?></p> +</div> |