diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-03-19 16:22:00 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-03-19 16:22:00 -0400 |
commit | 6351cb0e27eea05a2b0a8063b8b0df0abc49896d (patch) | |
tree | 18359aa87b4dfc4ea437d26d6f67a5c7d7f23efe /app/Template/event/task_assignee_change.php | |
parent | 84b4139988dfdcb48fc0729429a34c11f46fe08e (diff) |
Improve activity stream layout
Diffstat (limited to 'app/Template/event/task_assignee_change.php')
-rw-r--r-- | app/Template/event/task_assignee_change.php | 7 |
1 files changed, 4 insertions, 3 deletions
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 @@ <?php else: ?> <?= 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']))) ?> <?php endif ?> + <span class="activity-date"><?= $this->dt->datetime($date_creation) ?></span> </p> -<p class="activity-description"> - <em><?= $this->text->e($task['title']) ?></em> -</p>
\ No newline at end of file +<div class="activity-description"> + <p class="activity-task-title"><?= $this->text->e($task['title']) ?></p> +</div>
\ No newline at end of file |