aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-05-04 23:58:15 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2012-05-04 23:58:15 +0530
commit3f46e7aae9f56a8fa1f4dd800d8947d780cd5534 (patch)
tree358cf49f8e05d7a14a0f116c52c06393295af035 /actionpack/lib/action_view/helpers
parent26e7678ab374a730196ae889e31bce2ea0cb0735 (diff)
downloadrails-3f46e7aae9f56a8fa1f4dd800d8947d780cd5534.tar.gz
rails-3f46e7aae9f56a8fa1f4dd800d8947d780cd5534.tar.bz2
rails-3f46e7aae9f56a8fa1f4dd800d8947d780cd5534.zip
fix doc [ci skip]
Diffstat (limited to 'actionpack/lib/action_view/helpers')
-rw-r--r--actionpack/lib/action_view/helpers/url_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/url_helper.rb b/actionpack/lib/action_view/helpers/url_helper.rb
index 08aa626dcc..1145f348c2 100644
--- a/actionpack/lib/action_view/helpers/url_helper.rb
+++ b/actionpack/lib/action_view/helpers/url_helper.rb
@@ -315,7 +315,7 @@ module ActionView
# # => "<form method="post" action="/images/delete/1" class="button_to">
# # <div>
# # <input type="hidden" name="_method" value="delete" />
- # # <input data-confirm='Are you sure?' value="Delete" type="submit" />
+ # # <input data-confirm='Are you sure?' value="Delete Image" type="submit" />
# # <input name="authenticity_token" type="hidden" value="10f2163b45388899ad4d5ae948988266befcb6c3d1b2451cf657a0c293d605a6"/>
# # </div>
# # </form>"