link_to problem

Hi there,

i’ve got

<%= link_to(content_tag(:span, t("views.actions.create_resource"), { :controller => 'business_contacts', :action => 'new' }, :class => "button-link")) %>

but its giving me a 500 error. I’m pretty sure i botched the syntax, just wondering if someone can point me in the right direction.

Thanks

Things to try:
1)Remove curly brackets from around controller/action
2)Make sure the “business_contacts” controller, “new” action is setup to accept get requests in the routing file.