Any way to change the default text for a submit button?
For example, the following submit button for the user
model and the update
action will have a button value of Update User
<%= f.submit %>
Is there something I can add to the tag to make it, Save
, for example?
Or am I going to have to do this with jQuery?
Should be:
<%= f.submit "Save" %>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With