Redmine/app
Toshi MARUYAMA 27c390bb62 Fix duplicated 'back_url' IDs
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.

Contributed by Andrew Smith.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9250 e93f8b46-1217-0410-a6f0-8f06a7374b81
2012-03-24 00:02:20 +00:00
..
controllers Merged LdapAuthSourceController into AuthSourceController. 2012-03-11 11:43:27 +00:00
helpers Fix duplicated 'back_url' IDs 2012-03-24 00:02:20 +00:00
models Typo (#1913). 2012-03-17 12:19:01 +00:00
views Fix duplicated 'back_url' IDs 2012-03-24 00:02:20 +00:00