mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-06 12:50:19 +01:00
get shared_add_new_todo feature to pass
This commit is contained in:
parent
4af9a3e28c
commit
fc69c6cfbf
3 changed files with 5 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<% @not_done = @not_done_todos.select {|t| t.context_id == context.id } %>
|
||||
<% @not_done = @not_done_todos.select {|t| t.context_id == context.id } -%>
|
||||
<div id="c<%= context.id %>" class="container context" style="display:<%= (collapsible && @not_done.empty?) ? "none" : "block" %>">
|
||||
<h2>
|
||||
<% if collapsible -%>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue