mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-31 05:05:18 +01:00
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
This commit is contained in:
parent
73a588fe26
commit
310b763fb5
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
|||
<p>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 %>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue