mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-09 14:12:37 +01:00
Merge branch 'master' into new-gui
Conflicts: Gemfile.lock
This commit is contained in:
commit
463f5e922d
37 changed files with 1083 additions and 501 deletions
|
|
@ -565,6 +565,13 @@ module TodosHelper
|
|||
return false
|
||||
end
|
||||
|
||||
def should_show_empty_container
|
||||
source_view do |page|
|
||||
page.context { return @remaining_in_context == 0 }
|
||||
end
|
||||
return @down_count==0
|
||||
end
|
||||
|
||||
def project_container_id(todo)
|
||||
return "p#{todo.project_id}" unless todo.project.nil?
|
||||
return "without_project_container"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue