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