hi i passed name and value in link_to but its not taking?
<%if params[:deals][:company_name] !=nil && params[:deals][:company_name] == "dsec" %>
<%= link_to "Company Name d","javascript:void(0)",:
<%elsif params[:deals][:company_name] !=nil && params[:deals][:company_name] == "asc"%>
<%= link_to "Company Name a","javascript:void(0)",:
<%else%>
<%= link_to "Company Name n","javascript:void(0)",:
<%end%>
in browser
<a class="get_page" value="dse
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/740973e5-ab2d-4917-ada1-d2ddcb17f112%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
No comments:
Post a Comment