mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-04 12:00:16 +01:00
parent
05cbea50aa
commit
67df223488
5 changed files with 45 additions and 5 deletions
|
|
@ -16,4 +16,5 @@
|
|||
</div>
|
||||
<%= render :partial => "todos/todo", :collection => @not_done, :locals => { :parent_container_type => "context" } %>
|
||||
</div><!-- [end:items] -->
|
||||
<div id="c_<%=context.id%>_target" class="context_target drop_target"></div>
|
||||
</div><!-- [end:c<%= context.id %>] -->
|
||||
|
|
|
|||
|
|
@ -153,3 +153,5 @@ else
|
|||
page.show 'error_status'
|
||||
page.replace_html 'error_status', "#{error_messages_for('todo')}"
|
||||
end
|
||||
|
||||
page << "enable_rich_interaction();"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue