This project is archived and is in readonly mode.
Changeset [11614bddc015deff7095bdf8bbe9f11e5d81ae1c] by Carlos Antonio da Silva
August 2nd, 2010 @ 01:51 AM
Fix label form helper to use I18n and html options, without the need of 'nil' text param:
Before: f.label :title, nil, :class => 'title' After : f.label :title, :class => 'title'
[#5267 state:committed]
Signed-off-by: Santiago Pastorino santiago@wyeworks.com
http://github.com/rails/rails/commit/11614bddc015deff7095bdf8bbe9f1...
Committed by Carlos Antonio da Silva
- M actionpack/lib/action_view/helpers/form_helper.rb
- M actionpack/test/template/form_helper_test.rb
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>