From 6a49a8a5bde8f058a8bd907c10050e8b8614a8c6 Mon Sep 17 00:00:00 2001 From: Reinier Balt Date: Wed, 20 Oct 2010 09:01:53 +0200 Subject: [PATCH] fix type of #1074. Thanks gadicath. --- app/views/stats/_totals.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/stats/_totals.rhtml b/app/views/stats/_totals.rhtml index 500fde10..9cece4b2 100755 --- a/app/views/stats/_totals.rhtml +++ b/app/views/stats/_totals.rhtml @@ -15,7 +15,7 @@ you have a total of <%= @actions.count %> actions.

You have <%= @actions.not_completed.count %> incomplete actions of which <%= @actions.deferred.count %> are deferred actions in the tickler and <%= @actions.blocked.count %> are dependent on the completion of other actions. -.

+

You have <%= @tags_count-%> tags placed on actions. Of those tags, <%= @unique_tags_count -%> are unique.