mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-25 19:48:48 +01:00
8 lines
217 B
Text
8 lines
217 B
Text
<%=
|
|
settings[:show_container] = !collection.empty? || settings[:show_empty_containers]
|
|
|
|
todos_container(settings) do
|
|
todos_container_header(settings) +
|
|
todos_container_items(collection, settings)
|
|
end
|
|
%>
|