tracks/app/views/projects/index_text_projects_and_actions.text.erb

5 lines
146 B
Text
Raw Permalink Normal View History

2012-05-20 05:46:52 +02:00
<% @projects.each do |p| -%>
<%= p.name.upcase -%>
<% actions = p.todos.select { |t| t.active? } -%>
<%= render :partial => actions -%>
<% end -%>