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.