From 606ce3f907cbccd9159bb558c0b57433b42f3975 Mon Sep 17 00:00:00 2001 From: claudiob Date: Mon, 22 Sep 2014 00:34:39 -0700 Subject: Remove wrapping
in form helpers from doc [ci skip] 89ff1f8 and 1de258e6 removed from the HTML generated by the form helpers the
that was wrapping the field elements inside the
. This commit updates the documentation of the methods to reflect the two commits above. --- actionview/lib/action_view/helpers/form_helper.rb | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) (limited to 'actionview/lib/action_view/helpers/form_helper.rb') diff --git a/actionview/lib/action_view/helpers/form_helper.rb b/actionview/lib/action_view/helpers/form_helper.rb index 09843ca70d..038f9e384b 100644 --- a/actionview/lib/action_view/helpers/form_helper.rb +++ b/actionview/lib/action_view/helpers/form_helper.rb @@ -51,9 +51,7 @@ module ActionView # The HTML generated for this would be (modulus formatting): # # - #
- # - #
+ # # : #
# @@ -81,10 +79,8 @@ module ActionView # the code above as is would yield instead: # # - #
- # - # - #
+ # + # # : #
# @@ -315,9 +311,7 @@ module ActionView # The HTML generated for this would be: # # - #
- # - #
+ # # ... #
# @@ -333,9 +327,7 @@ module ActionView # The HTML generated for this would be: # #
- #
- # - #
+ # # ... #
# -- cgit v1.2.3