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 %>