mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-01 23:08:49 +01:00
5 lines
166 B
Text
5 lines
166 B
Text
<% current_user.contexts.each do |c| -%>
|
|
|
|
<%= c.name.upcase %>
|
|
<%= count_undone_todos_phrase_text(c)%>. Context is <%= c.hidden? ? "Hidden" : "Active" %>.
|
|
<% end -%>
|