tracks/app/views/contexts/index.text.erb

6 lines
185 B
Text
Raw Permalink Normal View History

<% @all_contexts.each do |c| -%>
<%= c.name.upcase %>
<%= count_undone_todos_phrase_text(c)%>. <%= c.hidden? ? t('contexts.status_hidden') : t('contexts.status_active') %>.
2009-04-19 00:18:12 +02:00
<% end -%>