• Andrew Smith's avatar
    Fix duplicated 'back_url' IDs · b15e6d83
    Andrew Smith authored
    Various hidden input fields are used to hold a URL to send the user back
    to the correct page after submitting a form, however, they all use the
    same ID which isn't allowed in HTML. Passing in 'id' as nil stops the
    'hidden_field_tag' from adding an ID attribute to the tag.
    b15e6d83
Name
Last commit
Last update
app Loading commit data...
config Loading commit data...
db Loading commit data...
doc Loading commit data...
extra Loading commit data...
files Loading commit data...
lib Loading commit data...
log Loading commit data...
public Loading commit data...
script Loading commit data...
test Loading commit data...
tmp/test Loading commit data...
vendor Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
.hgignore Loading commit data...
Gemfile Loading commit data...
README.rdoc Loading commit data...
Rakefile Loading commit data...