From bf22ea4694f6b0aadb6a6975f9324a7138b07278 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Wed, 24 Jun 2015 10:32:44 -0400 Subject: Display totals on the dashboard for tasks/subtasks/projects --- app/Template/app/projects.php | 2 +- app/Template/app/subtasks.php | 2 +- app/Template/app/tasks.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'app/Template') diff --git a/app/Template/app/projects.php b/app/Template/app/projects.php index 90e6e67d..27060f7d 100644 --- a/app/Template/app/projects.php +++ b/app/Template/app/projects.php @@ -1,4 +1,4 @@ -

+

(getTotal() ?>)

isEmpty()): ?>

diff --git a/app/Template/app/subtasks.php b/app/Template/app/subtasks.php index 5afb71b0..d6cbde6f 100644 --- a/app/Template/app/subtasks.php +++ b/app/Template/app/subtasks.php @@ -1,4 +1,4 @@ -

+

(getTotal() ?>)

isEmpty()): ?>

diff --git a/app/Template/app/tasks.php b/app/Template/app/tasks.php index f05c63ef..6fd7d56d 100644 --- a/app/Template/app/tasks.php +++ b/app/Template/app/tasks.php @@ -1,4 +1,4 @@ -

+

(getTotal() ?>)

isEmpty()): ?>

-- cgit v1.2.3