<% paginate_options = { :class => 'link_in_container_header', :previous_label => '« '+ t('common.previous'), :next_label => t('common.next')+' »', :inner_window => 2 } %>
<%= will_paginate @done, paginate_options %>

<%= t('todos.all_completed') %>

<%= t('todos.no_completed_actions') %>

<% if !@done.empty? -%> <%= render :partial => "todos/todo", :collection => @done, :locals => { :parent_container_type => "completed", :suppress_context => false, :suppress_project => false } %> <% end -%>