Displaying 1 result from an estimated 1 matches for "newxdoc".
Did you mean:
new_doc
2011 Apr 05
0
block method output is generating twice
...<%= m.item link_to ''Show'', lead_path(c.object) %>
<%= m.item link_to ''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 twic...