tracks/app/views/todos/index.text.erb
2012-04-30 13:56:41 +02:00

1 line
105 B
Text

<%= render :partial => @contexts, :locals => { :todos => @todos, :not_done_todos => @not_done_todos } %>