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_create.php | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
(limited to 'app/Template/event/task_create.php')
diff --git a/app/Template/event/task_create.php b/app/Template/event/task_create.php
index 21facc9e..6e26cdb8 100644
--- a/app/Template/event/task_create.php
+++ b/app/Template/event/task_create.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