mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-22 02:00:12 +01:00
5 lines
185 B
Text
5 lines
185 B
Text
<% @all_contexts.each do |c| -%>
|
|
|
|
<%= c.name.upcase %>
|
|
<%= count_undone_todos_phrase_text(c)%>. <%= c.hidden? ? t('contexts.status_hidden') : t('contexts.status_active') %>.
|
|
<% end -%>
|