• 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
_login.rhtml 1.55 KB