search for: delete_comment

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

2006 Aug 14
4
Updating a table with Ajax
...gt; <td><div class=''comment_comment''><%= in_place_editor_field :comment, :comment, {}, { :rows => 10 } %></div></td> <td><%= link_to_remote image_tag(''delete''), { :url=>{ :action=>"delete_comment", :id=>@comment.id}, :update=>"comment#{@comment.id}", :loading=>"status(''comment#{@comment.id}'')"}, { :class => ''del_comment''} %></td> </div> </tr> Here'&...