mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-26 20:08:51 +01:00
6 lines
186 B
Text
6 lines
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 -%>
|