mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-26 12:08:47 +01:00
fix empty message in context view and handle removing last active todo from context correctly
This commit is contained in:
parent
0b38f3c43c
commit
7e59b455f2
1 changed files with 2 additions and 2 deletions
|
|
@ -6,9 +6,9 @@
|
|||
-%>
|
||||
<div id="display_box">
|
||||
|
||||
<%= empty_message_holder("not_done_project", @not_done_todos.empty?) %>
|
||||
<%= empty_message_holder("not_done_context", @not_done_todos.empty?) %>
|
||||
|
||||
<%= show_grouped_todos({:collapsible => false, :show_empty_containers => show_empty_containers, :parent_container_type => 'context'}) %>
|
||||
<%= show_grouped_todos({:collapsible => false, :show_empty_containers => false, :parent_container_type => 'context'}) %>
|
||||
|
||||
<% if @group_view_by == 'project' -%>
|
||||
<%= show_todos_without_project(@todos_without_project, {:collapsible => false, :parent_container_type => 'context', :title_param => @context.name}) -%>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue