tracks/app/views/todos/completed_archive.html.erb
Marcus Ilgner 338d4bb5a6 Added locale selection to preferences
Mostly completed transition to full i18n
Incorporated german translations by Ulf Klose <ulf.klose@gmail.com>
2011-01-16 18:14:07 +01:00

11 lines
403 B
Text

<div id="display_box_projects">
<p><%= t('todos.completed_in_archive', :count => @done_archive.length) %></p>
<div class="container">
<h2><%= t('todos.completed_more_than_x_days_ago', :count => 31) %></h2>
<table class="next_actions" cellspacing="5" cellpadding="0" border="0">
<%= render :partial => "done", :collection => @done_archive %>
</table>
</div>
</div><!-- End of display_box -->