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/task_assignee_change.php | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
(limited to 'app/Template/event/task_assignee_change.php')
diff --git a/app/Template/event/task_assignee_change.php b/app/Template/event/task_assignee_change.php
index 6964a50e..db78e7df 100644
--- a/app/Template/event/task_assignee_change.php
+++ b/app/Template/event/task_assignee_change.php
@@ -10,7 +10,8 @@
= e('%s remove the assignee of the task %s', $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']) ?>
+
\ No newline at end of file
--
cgit v1.2.3