From 310b763fb57359d6161ab5c1142ecaf3afe4bb11 Mon Sep 17 00:00:00 2001 From: bsag Date: Wed, 30 Mar 2005 09:53:46 +0000 Subject: [PATCH] Fixed the enumeration of actions in hidden contexts on the /todo/list page, that was broken in changeset:49. Fixes ticket:16. git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@53 a4c988fc-2ded-0310-b66e-134b36920a42 --- tracks/app/views/todo/list.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracks/app/views/todo/list.rhtml b/tracks/app/views/todo/list.rhtml index 75c573aa..72a54b43 100644 --- a/tracks/app/views/todo/list.rhtml +++ b/tracks/app/views/todo/list.rhtml @@ -33,7 +33,7 @@

Hidden contexts: <% for @hidden_place in @hidden_places %> <% num = count_items(@hidden_place) %> - <%= link_to @hidden_place.name.capitalize, :controller=>"context", :action=> "show", :name=> urlize(@hidden_place.name) %> + <%= link_to @hidden_place.name.capitalize, :controller=>"context", :action=> "show", :name=> urlize(@hidden_place.name) %><%= ' ('+ num.to_s + ') ' + '|' %> <% end %>