mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00

git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@501 a4c988fc-2ded-0310-b66e-134b36920a42
5 lines
No EOL
153 B
Text
5 lines
No EOL
153 B
Text
<% @contexts.each do |c| -%>
|
|
|
|
<%= c.name.upcase %>
|
|
<%= count_undone_todos_phrase_text(c)%>. Context is <%= c.hidden? ? "Hidden" : "Active" %>.
|
|
<% end -%> |