mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-07 17:58:50 +01:00
9 lines
No EOL
346 B
Text
9 lines
No EOL
346 B
Text
<%
|
|
# Template Dependency: todos/container_items
|
|
settings = todos_container_settings(settings)
|
|
settings[:class] += " hide" if collection.empty? || settings[:show_container]
|
|
-%>
|
|
<div id="<%=settings[:id]%>" class="<%=settings[:class]%>">
|
|
<%= todos_container_header(settings) %>
|
|
<%= todos_container_items(collection, settings) %>
|
|
</div> |