Files
rails/actionpack/lib
Carlos Antonio da Silva 11614bddc0 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>
2010-08-01 21:51:54 -03:00
..
2010-07-26 12:53:25 -05:00