It may be simpe, but it does not seem to work. I have the following submit button
<%= f.submit 'Send Message', class: 'btn submit', id: 'validForm' %>
and I want to put the icomoon image in the button
<span class="icon-envelope"></span>
But how do I get the span class inside a button ??
thank
source
share