I have a RoR app using bootstrap. I\'m trying to apply the fontawesome html icon tag to a submit_tag helper, but it does not seem to be supported. When I click submit, the disa
If using simple_form:
simple_form
<%= f.button :button, 'Save', class: 'my-class', data: { disable_with: '' } %>