search for: active_task_

Displaying 1 result from an estimated 1 matches for "active_task_".

Did you mean: active_task
2006 Jan 05
0
[Ajax] draggable_element with button inside
Hi guys, I have the following code: <li id="active_task_<%= active_task.id %>"> <%= active_task.title %>&nbsp;<%= link_to_remote "Edit", :update => "active_task_#{active_task.id}", :url => { :action => "edit", :id => active_task.id } %> </li> The goal is when a use...