<% if collapsible %> <%= image_tag("collapse.png") %> <% end %> Deferred/pending actions <%= append_descriptor ? append_descriptor : '' %>

Currently there are no deferred or pending actions

<%= render :partial => "todos/todo", :collection => deferred, :locals => { :parent_container_type => parent_container_type } %> <%= render :partial => "todos/todo", :collection => pending, :locals => { :parent_container_type => parent_container_type } %>