Hi,
when I'm using the label helper in a form contex, the label is getting downcased. Can I change this behavior?
example:
<%= f.label "Things Are Getting Big" %>
produce: "Things are getting big" but I want "Things Are Getting Big"
using rails 2.3