fix project page for new menus where empty projects would call behaviors that were removed

This commit is contained in:
Reinier Balt 2009-03-27 15:24:19 +01:00
parent 9baa8ad032
commit 90dc9a63aa

View file

@ -26,9 +26,7 @@
<%= render :partial => "todos/todo", :collection => @not_done, :locals => { :parent_container_type => "project" } %>
<% if @not_done.empty?
# fix (hack) for #713
set_behavior_for_delete_icon
set_behavior_for_star_icon
set_behavior_for_edit_icon
set_behavior_for_toggle_checkbox
end
-%>