heartcombo / simple_form

Forms made easy for Rails! It's tied to a simple DSL, with no opinion on markup.
http://blog.plataformatec.com.br/tag/simple_form
MIT License
8.21k stars 1.31k forks source link

Use label or legend tag wrapper to be consistent #1794

Open martinodonnell opened 1 year ago

martinodonnell commented 1 year ago

Address https://github.com/heartcombo/simple_form/issues/1788

Goal is to make the bootstrap templates consistent on how labels are created

martinodonnell commented 1 year ago

Looking at the file, I should proabbly move this to https://github.com/heartcombo/simple_form-bootstrap. This right?

https://github.com/martinodonnell/simple_form/blob/fa714cbde02dab523dd75558dc693400f18a08da/lib/generators/simple_form/templates/config/initializers/simple_form_bootstrap.rb#L3-L5