1
0
Fork 0
mirror of https://github.com/heartcombo/simple_form.git synced 2022-11-09 12:19:26 -05:00

wrapper_tag is by default a :div.

This commit is contained in:
José Valim 2010-05-05 12:07:12 -07:00
parent 1c78f664e5
commit c2a54901fb

View file

@ -13,8 +13,8 @@ SimpleForm.setup do |config|
# Default tag used on errors.
# config.error_tag = :span
# You can wrap all inputs in a pre-defined tag. By default is nil.
# config.wrapper_tag = nil
# You can wrap all inputs in a pre-defined tag.
# config.wrapper_tag = :div
# How the label text should be generated altogether with the required text.
# config.label_text = lambda { |label, required| "#{required} #{label}" }