mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-18 08:10:13 +01:00
5 lines
No EOL
146 B
Text
5 lines
No EOL
146 B
Text
<% @projects.each do |p| -%>
|
|
<%= p.name.upcase -%>
|
|
<% actions = p.todos.select { |t| t.active? } -%>
|
|
<%= render :partial => actions -%>
|
|
<% end -%> |