mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-02 19:10:16 +01:00
11 lines
No EOL
358 B
Text
11 lines
No EOL
358 B
Text
<div id="display_box">
|
|
<%= empty_message_holder("not_done", @not_done_todos.empty?) %>
|
|
|
|
<%= show_grouped_todos %>
|
|
|
|
<% if @group_view_by == 'project' -%>
|
|
<%= show_todos_without_project(@todos_without_project) -%>
|
|
<% end -%>
|
|
|
|
<%= show_done_todos(@done, {:parent_container_type => @group_view_by, :collapsible => true}) unless @done.nil? %>
|
|
</div> |