tracks/app/views/todos/completed_archive.html.erb
2008-05-24 15:57:18 +01:00

11 lines
429 B
Text

<div id="display_box_projects">
<p>There <%= @done_archive.length == 1 ? 'is' : 'are' %> <%= pluralize @done_archive.length, 'completed action' %> in the archive.</p>
<div class="container">
<h2>Completed more than 31 days ago</h2>
<table class="next_actions" cellspacing="5" cellpadding="0" border="0">
<%= render :partial => "done", :collection => @done_archive %>
</table>
</div>
</div><!-- End of display_box -->