tracks/app/views/todos/list_deferred.html.erb

16 lines
378 B
Text
Raw Normal View History

<div id="display_box">
<%= empty_message_holder("deferred_pending", @not_done_todos.empty?) %>
2013-04-20 20:20:57 +02:00
<%= show_grouped_todos %>
<% if @group_view_by == 'project' -%>
<%= show_todos_without_project(@todos_without_project) -%>
<% end -%>
2012-04-11 17:36:22 +02:00
</div>
<div id="input_box">
<%= render :partial => "shared/add_new_item_form" %>
2012-05-01 17:25:45 +02:00
<%= render :file => "sidebar/sidebar" %>
2012-04-11 17:36:22 +02:00
</div>