tracks/app/views/todos/_container_items.html.erb
2013-06-27 22:47:11 +02:00

4 lines
No EOL
234 B
Text

<div id="<%=div_id%>" class="todo_items toggle_target">
<%= todos_container_empty_message(container_name, todo_id, hide_empty_message) %>
<%= render(:partial => "todos/todo", :collection => collection, :locals => settings) %>
</div>