search for: edit_todo

Displaying 2 results from an estimated 2 matches for "edit_todo".

Did you mean: edit_redo
2011 Feb 12
5
link_to a action in the controlles is not called
...td> <span class=''progressBar'' id=''element<%= todo.id %>''><%= todo.progreso %></span> </td> <td><%= link_to ''Show'', todo %></td> <td><%= link_to ''Edit'', edit_todo_path(todo) %></td> <td><%= link_to ''Destroy'', todo, :confirm => ''Are you sure?'', :method => :delete %></td> <td><%= link_to ''Say when'', todo, :action => :say_when , :remote => true %>...
2006 Jan 21
0
helpefying a list partial
...9;') %></td> ## It''s the part below ## <td><%= link_to(image_tag("/images/show.png"), :action => ''show_todo'', :id => todo) %></td> <td><%= link_to(image_tag("/images/edit.png"), :action => ''edit_todo'', :id => todo) %></td> <td><%= link_to(image_tag("/images/delete.png"), { :action => ''destroy_todo'', :id => todo }, :confirm => ''Are you sure?'') %></td> </tr> <% end %> The only thing tha...