rails: how to have an image for the submit tag?
I believe you'd like to use image_submit_tag
.
See the docs for more details.
Check out image_submit_tag, it is what you are looking for. It is used like image_submit_tag("login.png")
I believe you'd like to use image_submit_tag
.
See the docs for more details.
Check out image_submit_tag, it is what you are looking for. It is used like image_submit_tag("login.png")