From 130f06f6420c1965fd7ecf963faaba14ff6cc1ac Mon Sep 17 00:00:00 2001 From: lrbalt Date: Thu, 13 Mar 2008 08:00:04 +0000 Subject: [PATCH] Forgot one. From reopened #662. Thanks pmwilson git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@738 a4c988fc-2ded-0310-b66e-134b36920a42 --- tracks/app/views/stats/_totals.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracks/app/views/stats/_totals.rhtml b/tracks/app/views/stats/_totals.rhtml index 9a3c0eda..ebb3b986 100755 --- a/tracks/app/views/stats/_totals.rhtml +++ b/tracks/app/views/stats/_totals.rhtml @@ -8,7 +8,7 @@ Of those <%= @contexts.count(:conditions => ["hide = ?", false])%> are visible c <%= @contexts.count(:conditions => ["hide = ?", true]) %> are hidden contexts <% unless @actions.empty? -%> -

You have <%= @actions.count(:conditions => "completed_at IS NULL") %> incompleted actions of which +

You have <%= @actions.count(:conditions => "completed_at IS NULL") %> incomplete actions of which <%= @actions.count(:conditions => "completed_at IS NULL AND NOT show_from IS NULL") %> are deferred actions.