mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-25 11:38:49 +01:00
11 lines
429 B
Text
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 -->
|