mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-25 19:48:48 +01:00
6 lines
No EOL
186 B
Text
6 lines
No EOL
186 B
Text
<% @projects.each do |p| -%>
|
|
|
|
<%= p.name.upcase %>
|
|
<%= p.description + "\n" unless p.description.blank? -%>
|
|
<%= count_undone_todos_phrase_text(p)%>. Project is <%= p.state %>.
|
|
<% end -%> |