You have completed <%= pluralize @done_today.length, 'action' %> so far today.
Completed in the last 24 hours
<%= render :partial => "done", :collection => @done_today %>
Completed in last 7 days
<%= render :partial => "done", :collection => @done_this_week %>
Completed in the last 28 days
<%= render :partial => "done", :collection => @done_this_month %>
Older completed items: <%= link_to( "Older than 31 days", done_archive_path ) %>