From d7b0cfbbe57fae9afbf9637afa7e54d3bf708747 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 8 Apr 2017 13:58:25 -0400 Subject: Improve dashboard --- app/Template/dashboard/show.php | 82 ----------------------------------------- 1 file changed, 82 deletions(-) delete mode 100644 app/Template/dashboard/show.php (limited to 'app/Template/dashboard/show.php') diff --git a/app/Template/dashboard/show.php b/app/Template/dashboard/show.php deleted file mode 100644 index 64b90516..00000000 --- a/app/Template/dashboard/show.php +++ /dev/null @@ -1,82 +0,0 @@ - - -
- -
- - -

- - - isEmpty()): ?> - - -
- render('task_list/header', array( - 'paginator' => $result['paginator'], - )) ?> - - getCollection() as $task): ?> -
- render('task_list/task_title', array( - 'task' => $task, - )) ?> - - render('task_list/task_details', array( - 'task' => $task, - )) ?> - - render('task_list/task_avatars', array( - 'task' => $task, - )) ?> - - render('task_list/task_icons', array( - 'task' => $task, - )) ?> - - render('task_list/task_subtasks', array( - 'task' => $task, - 'user_id' => $user['id'], - )) ?> -
- -
- - - - - - -hook->render('template:dashboard:show', array('user' => $user)) ?> -- cgit v1.2.3