search for: list_buttons_display

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

2006 Dec 12
2
RXML partial question
...'t work, and I am forced to pass into a local variable with a name other than "xml", for example, "parent_xml". Thanks, Wes ========== snippet of main template ================ xml.tbody do objects.each do |obj| xml.tr do render(:partial => ''common/list_buttons_display'', :layout => false, :locals => {:parent_xml => xml, :buttons => buttons, :obj => obj}) if buttons_first ========== snippet of RXML partial ================ columns.each do |col_array| attr_name...