mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-19 08:40:12 +01:00
6 lines
185 B
Text
6 lines
185 B
Text
<% @projects.each do |p| -%>
|
|
|
|
<%= p.name.upcase %>
|
|
<%= p.description + "\n" if p.description.present? -%>
|
|
<%= count_undone_todos_phrase_text(p)%>. Project is <%= p.state %>.
|
|
<% end -%>
|