How would i do the following.
My current code is :
<%= f.label :email, html_escape("<span class=\"big\">Test</span>") %>
This doesn't shows what i want, because the
<span class=\"big\">Test</span>
is shown as text instead of HTML.
I have been thinking of overriding the FormBuilder, but i don't know how i would do this and searching for something similar hasn't solved my problems.
Also, instead of Test i want to show the variabel: email.
I just want to solve the problem that i have :)
PS. I'm using Rails 3.0.