search for: new_lead_opportunity_path

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

2011 Apr 05
0
block method output is generating twice
...#39;Edit'', edit_lead_path(c.object) %> <%= m.item link_to ''New Note'', "leads/#{c.object.id}/notes/ new", :class=>"display-newxdoc", :id=>c.object.id %> <%= m.item link_to ''Create Opportunity'', new_lead_opportunity_path(c.object) %> <% end %> <% end %> <% end %> Every thing is working fine. But the only problem is that options_menu is generating twice. Means two option_menus are there. I traced out one menu is from l.column command because it has proper formating of column, other...