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