On some non-form pages, I have a few links that would look better as a button than a hyperlink...
I thought button_to instead of link_to would work, but buton_to see
Changing link_to to button_to is all I needed to do.
link_to
button_to