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