diff options
Diffstat (limited to 'app/Template/event/task_move_position.php')
-rw-r--r-- | app/Template/event/task_move_position.php | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/app/Template/event/task_move_position.php b/app/Template/event/task_move_position.php index 6580bb79..eeadfa02 100644 --- a/app/Template/event/task_move_position.php +++ b/app/Template/event/task_move_position.php @@ -1,5 +1,3 @@ -<?= $this->user->avatar($email, $author) ?> - <p class="activity-title"> <?= e('%s moved the task %s to the position #%d in the column "%s"', $this->text->e($author), @@ -7,7 +5,8 @@ $task['position'], $this->text->e($task['column_title']) ) ?> + <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> |