I'm calling button_to in my page, and it renders a form with a submit button just fine. But what I'd really like is
<input type="img" src="myimage.png" .....> instead of <input type="submit...> button_to doesn't seem able to do this, :type and :src parameters get ignored. Is there a way to do it? -- Tim Slattery [email protected] -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

