My question is easy:
<%= f.submit %>
Where does the class declaration go? I'm getting errors on multiple attempts.
|
My question is easy:
Where does the class declaration go? I'm getting errors on multiple attempts. |
|||
|
This should do. If you're getting an error, chances are that you're not supplying the name. Alternatively, you can style the button without a class:
Try that, as well. |
|||||||||||||||
|
|
As Srdjan Pejic says, you can use
or the new syntax which would be:
|
|||
|
|