mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
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 -%> |