From 6351cb0e27eea05a2b0a8063b8b0df0abc49896d Mon Sep 17 00:00:00 2001
From: Frederic Guillot
Date: Sat, 19 Mar 2016 16:22:00 -0400
Subject: Improve activity stream layout
---
app/Template/event/comment_update.php | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
(limited to 'app/Template/event/comment_update.php')
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']))
) ?>
+ = $this->dt->datetime($date_creation) ?>
- = $this->text->e($task['title']) ?>
-
\ No newline at end of file
+ = $this->text->e($task['title']) ?>
+
--
cgit v1.2.3