mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
your beloved typo only spotted in github diff no matter how careful you were before pushing
This commit is contained in:
@@ -65,7 +65,7 @@ module ActionView
|
||||
# a person. If <tt>@person</tt> is an existing record with name "John Smith" and ID 256,
|
||||
# the code above as is would yield instead:
|
||||
#
|
||||
# <form action="/people/256" class="edit_person" id="edit_person_1" method="post">
|
||||
# <form action="/people/256" class="edit_person" id="edit_person_256" method="post">
|
||||
# <div style="margin:0;padding:0;display:inline">
|
||||
# <input name="_method" type="hidden" value="put" />
|
||||
# <input name="authenticity_token" type="hidden" value="NrOp5bsjoLRuK8IW5+dQEYjKGUJDe7TQoZVvq95Wteg=" />
|
||||
|
||||
Reference in New Issue
Block a user