##// END OF EJS Templates
Merged r11613 from trunk to 2.3-stable....
Merged r11613 from trunk to 2.3-stable. Fixing HTML in groups index view. Contributed by Gregor Schmidt. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/2.3-stable@11619 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r9885:6a2ca5e03427
r11389:594d9e9da212
Show More
create.js.erb
3 lines | 290 B | text/plain | TextLexer
hideModal();
<% select = content_tag('select', content_tag('option') + version_options_for_select(@project.shared_versions.open, @version), :id => 'issue_fixed_version_id', :name => 'issue[fixed_version_id]') %>
$('#issue_fixed_version_id').replaceWith('<%= escape_javascript(select) %>');